Html Css Color HEX #E52498 Deep Cerise

📋 copy color: '#E52498'

red 229 ◦ green 36 ◦ blue 152

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

Shades of Deep Cerise #E52498

Tints of Deep Cerise #E52498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.63%

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 54.92%
G = 8.63%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E52498 (or 0xE52498) is known color: Deep Cerise. HEX triplet: E5, 24 and 98. RGB value is (229,36,152). Sum of RGB (Red+Green+Blue) = 229+36+152=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E52498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52498 is #1ADB67. Grayscale: #6A6A6A. Windows color (decimal): -1760104 or 9970917. OLE color: 9970917.

HSL color Cylindrical-coordinate representation of color #E52498: hue angle of 323.94º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E52498 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 36 152 -
CMYK 0 0.84 0.34 0.10
HSL 323.94º 0.79% 0.52% -
HSV(B) 323.94º 0.84% 0.9% -
XYZ 38.61 20.19 31.57 -
YUV 106.93 153.44 215.07 -
System Red Green Blue C M Y K H S L
Decimal 229 36 152 0 0.84 0.34 0.10 323.94 0.79 0.52
Hex E5 24 98 0 54 22 A 144 4F 34
Octal 345 44 230 0 124 42 12 504 117 64
Binary 11100101 100100 10011000 0 1010100 100010 1010 101000100 1001111 110100

Color Harmonies of #E52498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52498

Black with #E52498

Text Example


Text Example

White with #E52498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52498; }

 p { color: rgb(229,36,152); }

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

background-color css

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

 a { background-color: rgb(229,36,152); }

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

border-color css

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

 span { border-color: rgb(229,36,152); }

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