Html Css Color HEX #E12470 Cerise

📋 copy color: '#E12470'

red 225 ◦ green 36 ◦ blue 112

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

Shades of Cerise #E12470

Tints of Cerise #E12470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 60.32%
G = 9.65%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E12470 (or 0xE12470) is known color: Cerise. HEX triplet: E1, 24 and 70. RGB value is (225,36,112). Sum of RGB (Red+Green+Blue) = 225+36+112=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E12470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12470 is #1EDB8F. Grayscale: #656565. Windows color (decimal): -2022288 or 7349473. OLE color: 7349473.

HSL color Cylindrical-coordinate representation of color #E12470: hue angle of 335.87º 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 #E12470 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 36 112 -
CMYK 0 0.84 0.50 0.12
HSL 335.87º 0.76% 0.51% -
HSV(B) 335.87º 0.84% 0.88% -
XYZ 34.61 18.44 17.06 -
YUV 101.18 134.12 216.32 -
System Red Green Blue C M Y K H S L
Decimal 225 36 112 0 0.84 0.50 0.12 335.87 0.76 0.51
Hex E1 24 70 0 54 32 C 150 4C 33
Octal 341 44 160 0 124 62 14 520 114 63
Binary 11100001 100100 1110000 0 1010100 110010 1100 101010000 1001100 110011

Color Harmonies of #E12470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12470

Black with #E12470

Text Example


Text Example

White with #E12470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12470; }

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

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

background-color css

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

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

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

border-color css

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

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

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