Html Css Color HEX #E53470 Cerise

📋 copy color: '#E53470'

red 229 ◦ green 52 ◦ blue 112

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

Shades of Cerise #E53470

Tints of Cerise #E53470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.23%

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

R = 58.27%
G = 13.23%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E53470 (or 0xE53470) is known color: Cerise. HEX triplet: E5, 34 and 70. RGB value is (229,52,112). Sum of RGB (Red+Green+Blue) = 229+52+112=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E53470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53470 is #1ACB8F. Grayscale: #6F6F6F. Windows color (decimal): -1756048 or 7353573. OLE color: 7353573.

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

Color convert

RGB 229 52 112 -
CMYK 0 0.77 0.51 0.10
HSL 339.66º 0.77% 0.55% -
HSV(B) 339.66º 0.77% 0.9% -
XYZ 36.47 20.28 17.32 -
YUV 111.76 128.14 211.62 -
System Red Green Blue C M Y K H S L
Decimal 229 52 112 0 0.77 0.51 0.10 339.66 0.77 0.55
Hex E5 34 70 0 4D 33 A 154 4D 37
Octal 345 64 160 0 115 63 12 524 115 67
Binary 11100101 110100 1110000 0 1001101 110011 1010 101010100 1001101 110111

Color Harmonies of #E53470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53470

Black with #E53470

Text Example


Text Example

White with #E53470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53470; }

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

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

background-color css

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

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

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

border-color css

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

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

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