Html Css Color HEX #E12D77 Deep Cerise

📋 copy color: '#E12D77'

red 225 ◦ green 45 ◦ blue 119

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

Shades of Deep Cerise #E12D77

Tints of Deep Cerise #E12D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.57%

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 57.84%
G = 11.57%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E12D77 (or 0xE12D77) is known color: Deep Cerise. HEX triplet: E1, 2D and 77. RGB value is (225,45,119). Sum of RGB (Red+Green+Blue) = 225+45+119=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12D77 is #1ED288. Grayscale: #6B6B6B. Windows color (decimal): -2019977 or 7810529. OLE color: 7810529.

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

Color convert

RGB 225 45 119 -
CMYK 0 0.8 0.47 0.12
HSL 335.33º 0.75% 0.53% -
HSV(B) 335.33º 0.8% 0.88% -
XYZ 35.32 19.22 19.3 -
YUV 107.26 134.63 211.98 -
System Red Green Blue C M Y K H S L
Decimal 225 45 119 0 0.8 0.47 0.12 335.33 0.75 0.53
Hex E1 2D 77 0 50 2F C 14F 4B 35
Octal 341 55 167 0 120 57 14 517 113 65
Binary 11100001 101101 1110111 0 1010000 101111 1100 101001111 1001011 110101

Color Harmonies of #E12D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D77

Black with #E12D77

Text Example


Text Example

White with #E12D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D77; }

 p { color: rgb(225,45,119); }

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

background-color css

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

 a { background-color: rgb(225,45,119); }

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

border-color css

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

 span { border-color: rgb(225,45,119); }

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