Html Css Color HEX #E53972 Cerise

📋 copy color: '#E53972'

red 229 ◦ green 57 ◦ blue 114

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

Shades of Cerise #E53972

Tints of Cerise #E53972

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.25%

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

R = 57.25%
G = 14.25%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E53972 (or 0xE53972) is known color: Cerise. HEX triplet: E5, 39 and 72. RGB value is (229,57,114). Sum of RGB (Red+Green+Blue) = 229+57+114=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E53972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53972 is #1AC68D. Grayscale: #727272. Windows color (decimal): -1754766 or 7485925. OLE color: 7485925.

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

Color convert

RGB 229 57 114 -
CMYK 0 0.75 0.50 0.10
HSL 340.12º 0.77% 0.56% -
HSV(B) 340.12º 0.75% 0.9% -
XYZ 36.81 20.8 17.99 -
YUV 114.93 127.48 209.37 -
System Red Green Blue C M Y K H S L
Decimal 229 57 114 0 0.75 0.50 0.10 340.12 0.77 0.56
Hex E5 39 72 0 4B 32 A 154 4D 38
Octal 345 71 162 0 113 62 12 524 115 70
Binary 11100101 111001 1110010 0 1001011 110010 1010 101010100 1001101 111000

Color Harmonies of #E53972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53972

Black with #E53972

Text Example


Text Example

White with #E53972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53972; }

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

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

background-color css

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

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

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

border-color css

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

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

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