Html Css Color HEX #E52F70 Cerise

📋 copy color: '#E52F70'

red 229 ◦ green 47 ◦ blue 112

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

Shades of Cerise #E52F70

Tints of Cerise #E52F70

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.11%

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

R = 59.02%
G = 12.11%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E52F70 (or 0xE52F70) is known color: Cerise. HEX triplet: E5, 2F and 70. RGB value is (229,47,112). Sum of RGB (Red+Green+Blue) = 229+47+112=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52F70 is #1AD08F. Grayscale: #6C6C6C. Windows color (decimal): -1757328 or 7352293. OLE color: 7352293.

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

Color convert

RGB 229 47 112 -
CMYK 0 0.79 0.51 0.10
HSL 338.57º 0.78% 0.54% -
HSV(B) 338.57º 0.79% 0.9% -
XYZ 36.25 19.86 17.25 -
YUV 108.83 129.8 213.71 -
System Red Green Blue C M Y K H S L
Decimal 229 47 112 0 0.79 0.51 0.10 338.57 0.78 0.54
Hex E5 2F 70 0 4F 33 A 153 4E 36
Octal 345 57 160 0 117 63 12 523 116 66
Binary 11100101 101111 1110000 0 1001111 110011 1010 101010011 1001110 110110

Color Harmonies of #E52F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52F70

Black with #E52F70

Text Example


Text Example

White with #E52F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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