color codes Logo

#e1245f color codes

#E1245F
(225,36,95)
0 Favorites   0 Comments

Color spaces of #e1245f

RGB 2253695
HSL0.950.760.51
HSV341°84°88°
CMYK 0.000.840.58   0.12
XYZ33.747818.095512.5406
Yxy18.09550.52420.2811
Hunter Lab42.538867.168512.2982
CIE-Lab49.611771.247115.8155

#e1245f color RGB value is (225,36,95).

#e1245f hex color red value is 225, green value is 36 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e1245f hue: 0.95 , saturation: 0.76 and the lightness value of e1245f is 0.51.

The process color (four color CMYK) of #e1245f color code is 0.00, 0.84, 0.58, 0.12. Web safe color of #e1245f is #cc3366. Color #e1245f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100100 01011111
Octal 341 44 137
Decimal 225 36 95
Hex E1 24 5F

RGB Percentages of Color #e1245f

%63.20
%10.11
%26.69

CMYK Percentages of Color #e1245f

%0
%84
%58
%12

Triadic Colors of #e1245f

#e1245f #5fe124 #245fe1

Analogous Colors of #e1245f

#e1245f #e14824 #e124be

Monochromatic Colors of #e1245f

#e1245f

Complementary Color

#e1245f #24e1a6

#e1245f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1245f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1245f Color CSS Codes

.mybgcolor {background-color:#e1245f; } 
.myforecolor {color:#e1245f; }
.mybordercolor {border:3px solid #e1245f; }

#e1245f Text Font Color

<p style="color:#e1245f">Text here</p>

This sample text font color is #e1245f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e1245f Background Color

<div style="background-color:#e1245f">
Div content here</div>

This div background color is #e1245f


#e1245f Border Color

<div style="border:3px solid #e1245f">
Div here</div>

This div border color is #e1245f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,36,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1245f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1245f;
  -webkit-box-shadow: 1px 1px 3px 2px #e1245f;
  box-shadow:         1px 1px 3px 2px #e1245f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,36,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e1245f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e1245f;
  -webkit-box-shadow: 1px 1px 3px 2px #e1245f;
  box-shadow:         1px 1px 3px 2px #e1245f;">
Div content here</div>

This div box has shadow with color #e1245f


Comments

No comments written yet.

Please login to write comment.