Html Css Color HEX #E53391 Deep Cerise

📋 copy color: '#E53391'

red 229 ◦ green 51 ◦ blue 145

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

Shades of Deep Cerise #E53391

Tints of Deep Cerise #E53391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12%

 BLUE value IS 145 (57.03% from 255) = 34.12%

R = 53.88%
G = 12%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E53391 (or 0xE53391) is known color: Deep Cerise. HEX triplet: E5, 33 and 91. RGB value is (229,51,145). Sum of RGB (Red+Green+Blue) = 229+51+145=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E53391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53391 is #1ACC6E. Grayscale: #727272. Windows color (decimal): -1756271 or 9516005. OLE color: 9516005.

HSL color Cylindrical-coordinate representation of color #E53391: hue angle of 328.31º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E53391 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 51 145 -
CMYK 0 0.78 0.37 0.10
HSL 328.31º 0.77% 0.55% -
HSV(B) 328.31º 0.78% 0.9% -
XYZ 38.61 21.07 28.82 -
YUV 114.94 144.97 209.36 -
System Red Green Blue C M Y K H S L
Decimal 229 51 145 0 0.78 0.37 0.10 328.31 0.77 0.55
Hex E5 33 91 0 4E 25 A 148 4D 37
Octal 345 63 221 0 116 45 12 510 115 67
Binary 11100101 110011 10010001 0 1001110 100101 1010 101001000 1001101 110111

Color Harmonies of #E53391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53391

Black with #E53391

Text Example


Text Example

White with #E53391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53391; }

 p { color: rgb(229,51,145); }

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

background-color css

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

 a { background-color: rgb(229,51,145); }

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

border-color css

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

 span { border-color: rgb(229,51,145); }

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