Html Css Color HEX #E52472 Cerise

📋 copy color: '#E52472'

red 229 ◦ green 36 ◦ blue 114

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

Shades of Cerise #E52472

Tints of Cerise #E52472

RGB

 RED value IS 229 (89.84% from 255) = 60.42%

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

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

R = 60.42%
G = 9.5%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E52472 (or 0xE52472) is known color: Cerise. HEX triplet: E5, 24 and 72. RGB value is (229,36,114). Sum of RGB (Red+Green+Blue) = 229+36+114=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E52472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52472 is #1ADB8D. Grayscale: #666666. Windows color (decimal): -1760142 or 7480549. OLE color: 7480549.

HSL color Cylindrical-coordinate representation of color #E52472: hue angle of 335.75º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E52472 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 36 114 -
CMYK 0 0.84 0.50 0.10
HSL 335.75º 0.79% 0.52% -
HSV(B) 335.75º 0.84% 0.9% -
XYZ 35.98 19.13 17.72 -
YUV 102.6 134.44 218.16 -
System Red Green Blue C M Y K H S L
Decimal 229 36 114 0 0.84 0.50 0.10 335.75 0.79 0.52
Hex E5 24 72 0 54 32 A 150 4F 34
Octal 345 44 162 0 124 62 12 520 117 64
Binary 11100101 100100 1110010 0 1010100 110010 1010 101010000 1001111 110100

Color Harmonies of #E52472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52472

Black with #E52472

Text Example


Text Example

White with #E52472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52472; }

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

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

background-color css

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

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

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

border-color css

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

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

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