Html Css Color HEX #E53491 Deep Cerise

📋 copy color: '#E53491'

red 229 ◦ green 52 ◦ blue 145

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

Shades of Deep Cerise #E53491

Tints of Deep Cerise #E53491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.21%

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

R = 53.76%
G = 12.21%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E53491 (or 0xE53491) is known color: Deep Cerise. HEX triplet: E5, 34 and 91. RGB value is (229,52,145). Sum of RGB (Red+Green+Blue) = 229+52+145=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E53491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53491 is #1ACB6E. Grayscale: #737373. Windows color (decimal): -1756015 or 9516261. OLE color: 9516261.

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

Color convert

RGB 229 52 145 -
CMYK 0 0.77 0.37 0.10
HSL 328.47º 0.77% 0.55% -
HSV(B) 328.47º 0.77% 0.9% -
XYZ 38.65 21.16 28.83 -
YUV 115.53 144.64 208.94 -
System Red Green Blue C M Y K H S L
Decimal 229 52 145 0 0.77 0.37 0.10 328.47 0.77 0.55
Hex E5 34 91 0 4D 25 A 148 4D 37
Octal 345 64 221 0 115 45 12 510 115 67
Binary 11100101 110100 10010001 0 1001101 100101 1010 101001000 1001101 110111

Color Harmonies of #E53491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53491

Black with #E53491

Text Example


Text Example

White with #E53491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53491; }

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

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

background-color css

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

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

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

border-color css

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

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

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