Html Css Color HEX #E52395 Deep Cerise

📋 copy color: '#E52395'

red 229 ◦ green 35 ◦ blue 149

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

Shades of Deep Cerise #E52395

Tints of Deep Cerise #E52395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.47%

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 55.45%
G = 8.47%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E52395 (or 0xE52395) is known color: Deep Cerise. HEX triplet: E5, 23 and 95. RGB value is (229,35,149). Sum of RGB (Red+Green+Blue) = 229+35+149=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E52395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52395 is #1ADC6A. Grayscale: #696969. Windows color (decimal): -1760363 or 9774053. OLE color: 9774053.

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

Color convert

RGB 229 35 149 -
CMYK 0 0.85 0.35 0.10
HSL 324.74º 0.79% 0.52% -
HSV(B) 324.74º 0.85% 0.9% -
XYZ 38.34 20.03 30.28 -
YUV 106 152.27 215.73 -
System Red Green Blue C M Y K H S L
Decimal 229 35 149 0 0.85 0.35 0.10 324.74 0.79 0.52
Hex E5 23 95 0 55 23 A 145 4F 34
Octal 345 43 225 0 125 43 12 505 117 64
Binary 11100101 100011 10010101 0 1010101 100011 1010 101000101 1001111 110100

Color Harmonies of #E52395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52395

Black with #E52395

Text Example


Text Example

White with #E52395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52395; }

 p { color: rgb(229,35,149); }

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

background-color css

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

 a { background-color: rgb(229,35,149); }

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

border-color css

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

 span { border-color: rgb(229,35,149); }

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