Html Css Color HEX #E52970 Cerise

📋 copy color: '#E52970'

red 229 ◦ green 41 ◦ blue 112

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

Shades of Cerise #E52970

Tints of Cerise #E52970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.73%

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

R = 59.95%
G = 10.73%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E52970 (or 0xE52970) is known color: Cerise. HEX triplet: E5, 29 and 70. RGB value is (229,41,112). Sum of RGB (Red+Green+Blue) = 229+41+112=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E52970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52970 is #1AD68F. Grayscale: #696969. Windows color (decimal): -1758864 or 7350757. OLE color: 7350757.

HSL color Cylindrical-coordinate representation of color #E52970: hue angle of 337.34º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52970 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 41 112 -
CMYK 0 0.82 0.51 0.10
HSL 337.34º 0.78% 0.53% -
HSV(B) 337.34º 0.82% 0.9% -
XYZ 36.03 19.41 17.18 -
YUV 105.31 131.78 216.23 -
System Red Green Blue C M Y K H S L
Decimal 229 41 112 0 0.82 0.51 0.10 337.34 0.78 0.53
Hex E5 29 70 0 52 33 A 151 4E 35
Octal 345 51 160 0 122 63 12 521 116 65
Binary 11100101 101001 1110000 0 1010010 110011 1010 101010001 1001110 110101

Color Harmonies of #E52970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52970

Black with #E52970

Text Example


Text Example

White with #E52970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52970; }

 p { color: rgb(229,41,112); }

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

background-color css

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

 a { background-color: rgb(229,41,112); }

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

border-color css

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

 span { border-color: rgb(229,41,112); }

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