Html Css Color HEX #E12F78 Deep Cerise

📋 copy color: '#E12F78'

red 225 ◦ green 47 ◦ blue 120

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

Shades of Deep Cerise #E12F78

Tints of Deep Cerise #E12F78

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.99%

 BLUE value IS 120 (47.27% from 255) = 30.61%

R = 57.4%
G = 11.99%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E12F78 (or 0xE12F78) is known color: Deep Cerise. HEX triplet: E1, 2F and 78. RGB value is (225,47,120). Sum of RGB (Red+Green+Blue) = 225+47+120=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12F78 is #1ED087. Grayscale: #6C6C6C. Windows color (decimal): -2019464 or 7876577. OLE color: 7876577.

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

Color convert

RGB 225 47 120 -
CMYK 0 0.79 0.47 0.12
HSL 335.39º 0.75% 0.53% -
HSV(B) 335.39º 0.79% 0.88% -
XYZ 35.46 19.4 19.64 -
YUV 108.54 134.47 211.06 -
System Red Green Blue C M Y K H S L
Decimal 225 47 120 0 0.79 0.47 0.12 335.39 0.75 0.53
Hex E1 2F 78 0 4F 2F C 14F 4B 35
Octal 341 57 170 0 117 57 14 517 113 65
Binary 11100001 101111 1111000 0 1001111 101111 1100 101001111 1001011 110101

Color Harmonies of #E12F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12F78

Black with #E12F78

Text Example


Text Example

White with #E12F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12F78; }

 p { color: rgb(225,47,120); }

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

background-color css

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

 a { background-color: rgb(225,47,120); }

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

border-color css

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

 span { border-color: rgb(225,47,120); }

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