Html Css Color HEX #E53390 Deep Cerise

📋 copy color: '#E53390'

red 229 ◦ green 51 ◦ blue 144

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

Shades of Deep Cerise #E53390

Tints of Deep Cerise #E53390

RGB

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

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

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

R = 54.01%
G = 12.03%
B = 33.96%

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

#E53390 (or 0xE53390) is known color: Deep Cerise. HEX triplet: E5, 33 and 90. RGB value is (229,51,144). Sum of RGB (Red+Green+Blue) = 229+51+144=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E53390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53390 is #1ACC6F. Grayscale: #727272. Windows color (decimal): -1756272 or 9450469. OLE color: 9450469.

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

Color convert

RGB 229 51 144 -
CMYK 0 0.78 0.37 0.10
HSL 328.65º 0.77% 0.55% -
HSV(B) 328.65º 0.78% 0.9% -
XYZ 38.53 21.04 28.42 -
YUV 114.82 144.47 209.44 -
System Red Green Blue C M Y K H S L
Decimal 229 51 144 0 0.78 0.37 0.10 328.65 0.77 0.55
Hex E5 33 90 0 4E 25 A 149 4D 37
Octal 345 63 220 0 116 45 12 511 115 67
Binary 11100101 110011 10010000 0 1001110 100101 1010 101001001 1001101 110111

Color Harmonies of #E53390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53390

Black with #E53390

Text Example


Text Example

White with #E53390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53390; }

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

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

background-color css

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

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

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

border-color css

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

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

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