Html Css Color HEX #E52A6E Cerise

📋 copy color: '#E52A6E'

red 229 ◦ green 42 ◦ blue 110

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

Shades of Cerise #E52A6E

Tints of Cerise #E52A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 60.1%
G = 11.02%
B = 28.87%

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

#E52A6E (or 0xE52A6E) is known color: Cerise. HEX triplet: E5, 2A and 6E. RGB value is (229,42,110). Sum of RGB (Red+Green+Blue) = 229+42+110=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A6E is #1AD591. Grayscale: #696969. Windows color (decimal): -1758610 or 7219941. OLE color: 7219941.

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

Color convert

RGB 229 42 110 -
CMYK 0 0.82 0.52 0.10
HSL 338.18º 0.78% 0.53% -
HSV(B) 338.18º 0.82% 0.9% -
XYZ 35.96 19.44 16.61 -
YUV 105.67 130.45 215.97 -
System Red Green Blue C M Y K H S L
Decimal 229 42 110 0 0.82 0.52 0.10 338.18 0.78 0.53
Hex E5 2A 6E 0 52 34 A 152 4E 35
Octal 345 52 156 0 122 64 12 522 116 65
Binary 11100101 101010 1101110 0 1010010 110100 1010 101010010 1001110 110101

Color Harmonies of #E52A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A6E

Black with #E52A6E

Text Example


Text Example

White with #E52A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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