Html Css Color HEX #E12472 Cerise

📋 copy color: '#E12472'

red 225 ◦ green 36 ◦ blue 114

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

Shades of Cerise #E12472

Tints of Cerise #E12472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 60%
G = 9.6%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E12472 (or 0xE12472) is known color: Cerise. HEX triplet: E1, 24 and 72. RGB value is (225,36,114). Sum of RGB (Red+Green+Blue) = 225+36+114=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E12472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12472 is #1EDB8D. Grayscale: #656565. Windows color (decimal): -2022286 or 7480545. OLE color: 7480545.

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

Color convert

RGB 225 36 114 -
CMYK 0 0.84 0.49 0.12
HSL 335.24º 0.76% 0.51% -
HSV(B) 335.24º 0.84% 0.88% -
XYZ 34.72 18.48 17.66 -
YUV 101.4 135.12 216.16 -
System Red Green Blue C M Y K H S L
Decimal 225 36 114 0 0.84 0.49 0.12 335.24 0.76 0.51
Hex E1 24 72 0 54 31 C 14F 4C 33
Octal 341 44 162 0 124 61 14 517 114 63
Binary 11100001 100100 1110010 0 1010100 110001 1100 101001111 1001100 110011

Color Harmonies of #E12472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12472

Black with #E12472

Text Example


Text Example

White with #E12472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12472; }

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

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

background-color css

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

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

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

border-color css

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

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

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