Html Css Color HEX #E52A6F Cerise

📋 copy color: '#E52A6F'

red 229 ◦ green 42 ◦ blue 111

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

Shades of Cerise #E52A6F

Tints of Cerise #E52A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 59.95%
G = 10.99%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E52A6F (or 0xE52A6F) is known color: Cerise. HEX triplet: E5, 2A and 6F. RGB value is (229,42,111). Sum of RGB (Red+Green+Blue) = 229+42+111=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A6F is #1AD590. Grayscale: #696969. Windows color (decimal): -1758609 or 7285477. OLE color: 7285477.

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

Color convert

RGB 229 42 111 -
CMYK 0 0.82 0.52 0.10
HSL 337.86º 0.78% 0.53% -
HSV(B) 337.86º 0.82% 0.9% -
XYZ 36.01 19.46 16.9 -
YUV 105.78 130.95 215.89 -
System Red Green Blue C M Y K H S L
Decimal 229 42 111 0 0.82 0.52 0.10 337.86 0.78 0.53
Hex E5 2A 6F 0 52 34 A 152 4E 35
Octal 345 52 157 0 122 64 12 522 116 65
Binary 11100101 101010 1101111 0 1010010 110100 1010 101010010 1001110 110101

Color Harmonies of #E52A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A6F

Black with #E52A6F

Text Example


Text Example

White with #E52A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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