Html Css Color HEX #E12988 Deep Cerise

📋 copy color: '#E12988'

red 225 ◦ green 41 ◦ blue 136

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

Shades of Deep Cerise #E12988

Tints of Deep Cerise #E12988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.2%

 BLUE value IS 136 (53.52% from 255) = 33.83%

R = 55.97%
G = 10.2%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E12988 (or 0xE12988) is known color: Deep Cerise. HEX triplet: E1, 29 and 88. RGB value is (225,41,136). Sum of RGB (Red+Green+Blue) = 225+41+136=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E12988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12988 is #1ED677. Grayscale: #6A6A6A. Windows color (decimal): -2020984 or 8923617. OLE color: 8923617.

HSL color Cylindrical-coordinate representation of color #E12988: hue angle of 329.02º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12988 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 41 136 -
CMYK 0 0.82 0.40 0.12
HSL 329.02º 0.75% 0.52% -
HSV(B) 329.02º 0.82% 0.88% -
XYZ 36.29 19.37 25.12 -
YUV 106.85 144.46 212.28 -
System Red Green Blue C M Y K H S L
Decimal 225 41 136 0 0.82 0.40 0.12 329.02 0.75 0.52
Hex E1 29 88 0 52 28 C 149 4B 34
Octal 341 51 210 0 122 50 14 511 113 64
Binary 11100001 101001 10001000 0 1010010 101000 1100 101001001 1001011 110100

Color Harmonies of #E12988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12988

Black with #E12988

Text Example


Text Example

White with #E12988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12988; }

 p { color: rgb(225,41,136); }

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

background-color css

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

 a { background-color: rgb(225,41,136); }

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

border-color css

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

 span { border-color: rgb(225,41,136); }

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