Html Css Color HEX #E53291 Deep Cerise

📋 copy color: '#E53291'

red 229 ◦ green 50 ◦ blue 145

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

Shades of Deep Cerise #E53291

Tints of Deep Cerise #E53291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.79%

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

R = 54.01%
G = 11.79%
B = 34.2%

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

#E53291 (or 0xE53291) is known color: Deep Cerise. HEX triplet: E5, 32 and 91. RGB value is (229,50,145). Sum of RGB (Red+Green+Blue) = 229+50+145=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E53291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53291 is #1ACD6E. Grayscale: #727272. Windows color (decimal): -1756527 or 9515749. OLE color: 9515749.

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

Color convert

RGB 229 50 145 -
CMYK 0 0.78 0.37 0.10
HSL 328.16º 0.77% 0.55% -
HSV(B) 328.16º 0.78% 0.9% -
XYZ 38.56 20.98 28.81 -
YUV 114.35 145.3 209.78 -
System Red Green Blue C M Y K H S L
Decimal 229 50 145 0 0.78 0.37 0.10 328.16 0.77 0.55
Hex E5 32 91 0 4E 25 A 148 4D 37
Octal 345 62 221 0 116 45 12 510 115 67
Binary 11100101 110010 10010001 0 1001110 100101 1010 101001000 1001101 110111

Color Harmonies of #E53291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53291

Black with #E53291

Text Example


Text Example

White with #E53291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53291; }

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

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

background-color css

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

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

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

border-color css

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

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

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