Html Css Color HEX #E12091 Deep Cerise

📋 copy color: '#E12091'

red 225 ◦ green 32 ◦ blue 145

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

Shades of Deep Cerise #E12091

Tints of Deep Cerise #E12091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.96%

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

R = 55.97%
G = 7.96%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E12091 (or 0xE12091) is known color: Deep Cerise. HEX triplet: E1, 20 and 91. RGB value is (225,32,145). Sum of RGB (Red+Green+Blue) = 225+32+145=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E12091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12091 is #1EDF6E. Grayscale: #666666. Windows color (decimal): -2023279 or 9511137. OLE color: 9511137.

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

Color convert

RGB 225 32 145 -
CMYK 0 0.86 0.36 0.12
HSL 324.87º 0.76% 0.5% -
HSV(B) 324.87º 0.86% 0.88% -
XYZ 36.68 19.08 28.54 -
YUV 102.59 151.94 215.31 -
System Red Green Blue C M Y K H S L
Decimal 225 32 145 0 0.86 0.36 0.12 324.87 0.76 0.5
Hex E1 20 91 0 56 24 C 145 4C 32
Octal 341 40 221 0 126 44 14 505 114 62
Binary 11100001 100000 10010001 0 1010110 100100 1100 101000101 1001100 110010

Color Harmonies of #E12091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12091

Black with #E12091

Text Example


Text Example

White with #E12091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12091; }

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

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

background-color css

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

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

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

border-color css

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

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

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