Html Css Color HEX #E52C70 Cerise

📋 copy color: '#E52C70'

red 229 ◦ green 44 ◦ blue 112

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

Shades of Cerise #E52C70

Tints of Cerise #E52C70

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.43%

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

R = 59.48%
G = 11.43%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E52C70 (or 0xE52C70) is known color: Cerise. HEX triplet: E5, 2C and 70. RGB value is (229,44,112). Sum of RGB (Red+Green+Blue) = 229+44+112=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52C70 is #1AD38F. Grayscale: #6A6A6A. Windows color (decimal): -1758096 or 7351525. OLE color: 7351525.

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

Color convert

RGB 229 44 112 -
CMYK 0 0.81 0.51 0.10
HSL 337.95º 0.78% 0.54% -
HSV(B) 337.95º 0.81% 0.9% -
XYZ 36.14 19.63 17.21 -
YUV 107.07 130.79 214.97 -
System Red Green Blue C M Y K H S L
Decimal 229 44 112 0 0.81 0.51 0.10 337.95 0.78 0.54
Hex E5 2C 70 0 51 33 A 152 4E 36
Octal 345 54 160 0 121 63 12 522 116 66
Binary 11100101 101100 1110000 0 1010001 110011 1010 101010010 1001110 110110

Color Harmonies of #E52C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C70

Black with #E52C70

Text Example


Text Example

White with #E52C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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