Html Css Color HEX #E12491 Deep Cerise

📋 copy color: '#E12491'

red 225 ◦ green 36 ◦ blue 145

#E12491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #E12491

Tints of Deep Cerise #E12491

RGB

 RED value IS 225 (88.28% from 255) = 55.42%

 GREEN value IS 36 (14.45% from 255) = 8.87%

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 55.42%
G = 8.87%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E12491 (or 0xE12491) is known color: Deep Cerise. HEX triplet: E1, 24 and 91. RGB value is (225,36,145). Sum of RGB (Red+Green+Blue) = 225+36+145=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E12491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12491 is #1EDB6E. Grayscale: #686868. Windows color (decimal): -2022255 or 9512161. OLE color: 9512161.

HSL color Cylindrical-coordinate representation of color #E12491: hue angle of 325.4º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12491 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 36 145 -
CMYK 0 0.84 0.36 0.12
HSL 325.4º 0.76% 0.51% -
HSV(B) 325.4º 0.84% 0.88% -
XYZ 36.79 19.31 28.58 -
YUV 104.94 150.62 213.64 -
System Red Green Blue C M Y K H S L
Decimal 225 36 145 0 0.84 0.36 0.12 325.4 0.76 0.51
Hex E1 24 91 0 54 24 C 145 4C 33
Octal 341 44 221 0 124 44 14 505 114 63
Binary 11100001 100100 10010001 0 1010100 100100 1100 101000101 1001100 110011

Color Harmonies of #E12491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12491

Black with #E12491

Text Example


Text Example

White with #E12491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12491; }

 p { color: rgb(225,36,145); }

 H1.HeaderClassName
 {
   color: #E12491;
 }
 .AnyTagClassName
 {
   color: #E12491;
 }
</style>

background-color css

<style>
 a { background-color: #E12491; }

 a { background-color: rgb(225,36,145); }

 div.DivClassName
 {
   background-color: #E12491;
 }
 .BgClassName
 {
   background-color: #E12491;
 }
</style>

border-color css

<style>
 span { border-color: #E12491; }

 span { border-color: rgb(225,36,145); }

 td.TdClassName
 {
   border-color: #E12491;
 }
 .TagClassName
 {
   border-color: #E12491;
 }
</style>