Html Css Color HEX #E53196 Deep Cerise

📋 copy color: '#E53196'

red 229 ◦ green 49 ◦ blue 150

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

Shades of Deep Cerise #E53196

Tints of Deep Cerise #E53196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.45%

 BLUE value IS 150 (58.98% from 255) = 35.05%

R = 53.5%
G = 11.45%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E53196 (or 0xE53196) is known color: Deep Cerise. HEX triplet: E5, 31 and 96. RGB value is (229,49,150). Sum of RGB (Red+Green+Blue) = 229+49+150=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E53196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53196 is #1ACE69. Grayscale: #727272. Windows color (decimal): -1756778 or 9843173. OLE color: 9843173.

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

Color convert

RGB 229 49 150 -
CMYK 0 0.79 0.34 0.10
HSL 326.33º 0.78% 0.55% -
HSV(B) 326.33º 0.79% 0.9% -
XYZ 38.92 21.06 30.87 -
YUV 114.33 148.13 209.79 -
System Red Green Blue C M Y K H S L
Decimal 229 49 150 0 0.79 0.34 0.10 326.33 0.78 0.55
Hex E5 31 96 0 4F 22 A 146 4E 37
Octal 345 61 226 0 117 42 12 506 116 67
Binary 11100101 110001 10010110 0 1001111 100010 1010 101000110 1001110 110111

Color Harmonies of #E53196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53196

Black with #E53196

Text Example


Text Example

White with #E53196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53196; }

 p { color: rgb(229,49,150); }

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

background-color css

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

 a { background-color: rgb(229,49,150); }

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

border-color css

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

 span { border-color: rgb(229,49,150); }

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