Html Css Color HEX #E52A73 Cerise

📋 copy color: '#E52A73'

red 229 ◦ green 42 ◦ blue 115

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

Shades of Cerise #E52A73

Tints of Cerise #E52A73

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.88%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 59.33%
G = 10.88%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E52A73 (or 0xE52A73) is known color: Cerise. HEX triplet: E5, 2A and 73. RGB value is (229,42,115). Sum of RGB (Red+Green+Blue) = 229+42+115=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A73 is #1AD58C. Grayscale: #6A6A6A. Windows color (decimal): -1758605 or 7547621. OLE color: 7547621.

HSL color Cylindrical-coordinate representation of color #E52A73: hue angle of 336.58º 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 #E52A73 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 42 115 -
CMYK 0 0.82 0.50 0.10
HSL 336.58º 0.78% 0.53% -
HSV(B) 336.58º 0.82% 0.9% -
XYZ 36.24 19.55 18.08 -
YUV 106.24 132.95 215.56 -
System Red Green Blue C M Y K H S L
Decimal 229 42 115 0 0.82 0.50 0.10 336.58 0.78 0.53
Hex E5 2A 73 0 52 32 A 151 4E 35
Octal 345 52 163 0 122 62 12 521 116 65
Binary 11100101 101010 1110011 0 1010010 110010 1010 101010001 1001110 110101

Color Harmonies of #E52A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A73

Black with #E52A73

Text Example


Text Example

White with #E52A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A73; }

 p { color: rgb(229,42,115); }

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

background-color css

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

 a { background-color: rgb(229,42,115); }

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

border-color css

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

 span { border-color: rgb(229,42,115); }

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