Html Css Color HEX #E52A8A Deep Cerise

📋 copy color: '#E52A8A'

red 229 ◦ green 42 ◦ blue 138

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

Shades of Deep Cerise #E52A8A

Tints of Deep Cerise #E52A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 55.99%
G = 10.27%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E52A8A (or 0xE52A8A) is known color: Deep Cerise. HEX triplet: E5, 2A and 8A. RGB value is (229,42,138). Sum of RGB (Red+Green+Blue) = 229+42+138=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52A8A is #1AD575. Grayscale: #6C6C6C. Windows color (decimal): -1758582 or 9054949. OLE color: 9054949.

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

Color convert

RGB 229 42 138 -
CMYK 0 0.82 0.40 0.10
HSL 329.2º 0.78% 0.53% -
HSV(B) 329.2º 0.82% 0.9% -
XYZ 37.73 20.15 25.95 -
YUV 108.86 144.45 213.69 -
System Red Green Blue C M Y K H S L
Decimal 229 42 138 0 0.82 0.40 0.10 329.2 0.78 0.53
Hex E5 2A 8A 0 52 28 A 149 4E 35
Octal 345 52 212 0 122 50 12 511 116 65
Binary 11100101 101010 10001010 0 1010010 101000 1010 101001001 1001110 110101

Color Harmonies of #E52A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A8A

Black with #E52A8A

Text Example


Text Example

White with #E52A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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