Html Css Color HEX #E52298 Deep Cerise

📋 copy color: '#E52298'

red 229 ◦ green 34 ◦ blue 152

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

Shades of Deep Cerise #E52298

Tints of Deep Cerise #E52298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.19%

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

R = 55.18%
G = 8.19%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E52298 (or 0xE52298) is known color: Deep Cerise. HEX triplet: E5, 22 and 98. RGB value is (229,34,152). Sum of RGB (Red+Green+Blue) = 229+34+152=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E52298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52298 is #1ADD67. Grayscale: #696969. Windows color (decimal): -1760616 or 9970405. OLE color: 9970405.

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

Color convert

RGB 229 34 152 -
CMYK 0 0.85 0.34 0.10
HSL 323.69º 0.79% 0.52% -
HSV(B) 323.69º 0.85% 0.9% -
XYZ 38.55 20.07 31.55 -
YUV 105.76 154.1 215.91 -
System Red Green Blue C M Y K H S L
Decimal 229 34 152 0 0.85 0.34 0.10 323.69 0.79 0.52
Hex E5 22 98 0 55 22 A 144 4F 34
Octal 345 42 230 0 125 42 12 504 117 64
Binary 11100101 100010 10011000 0 1010101 100010 1010 101000100 1001111 110100

Color Harmonies of #E52298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52298

Black with #E52298

Text Example


Text Example

White with #E52298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52298; }

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

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

background-color css

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

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

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

border-color css

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

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

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