Html Css Color HEX #E53290 Deep Cerise

📋 copy color: '#E53290'

red 229 ◦ green 50 ◦ blue 144

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

Shades of Deep Cerise #E53290

Tints of Deep Cerise #E53290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.04%

R = 54.14%
G = 11.82%
B = 34.04%

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

#E53290 (or 0xE53290) is known color: Deep Cerise. HEX triplet: E5, 32 and 90. RGB value is (229,50,144). Sum of RGB (Red+Green+Blue) = 229+50+144=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E53290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53290 is #1ACD6F. Grayscale: #727272. Windows color (decimal): -1756528 or 9450213. OLE color: 9450213.

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

Color convert

RGB 229 50 144 -
CMYK 0 0.78 0.37 0.10
HSL 328.49º 0.77% 0.55% -
HSV(B) 328.49º 0.78% 0.9% -
XYZ 38.49 20.95 28.4 -
YUV 114.24 144.8 209.86 -
System Red Green Blue C M Y K H S L
Decimal 229 50 144 0 0.78 0.37 0.10 328.49 0.77 0.55
Hex E5 32 90 0 4E 25 A 148 4D 37
Octal 345 62 220 0 116 45 12 510 115 67
Binary 11100101 110010 10010000 0 1001110 100101 1010 101001000 1001101 110111

Color Harmonies of #E53290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53290

Black with #E53290

Text Example


Text Example

White with #E53290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53290; }

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

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

background-color css

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

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

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

border-color css

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

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

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