Html Css Color HEX #E53394 Deep Cerise

📋 copy color: '#E53394'

red 229 ◦ green 51 ◦ blue 148

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

Shades of Deep Cerise #E53394

Tints of Deep Cerise #E53394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 53.5%
G = 11.92%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E53394 (or 0xE53394) is known color: Deep Cerise. HEX triplet: E5, 33 and 94. RGB value is (229,51,148). Sum of RGB (Red+Green+Blue) = 229+51+148=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E53394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53394 is #1ACC6B. Grayscale: #737373. Windows color (decimal): -1756268 or 9712613. OLE color: 9712613.

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

Color convert

RGB 229 51 148 -
CMYK 0 0.78 0.35 0.10
HSL 327.3º 0.77% 0.55% -
HSV(B) 327.3º 0.78% 0.9% -
XYZ 38.84 21.16 30.05 -
YUV 115.28 146.47 209.11 -
System Red Green Blue C M Y K H S L
Decimal 229 51 148 0 0.78 0.35 0.10 327.3 0.77 0.55
Hex E5 33 94 0 4E 23 A 147 4D 37
Octal 345 63 224 0 116 43 12 507 115 67
Binary 11100101 110011 10010100 0 1001110 100011 1010 101000111 1001101 110111

Color Harmonies of #E53394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53394

Black with #E53394

Text Example


Text Example

White with #E53394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53394; }

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

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

background-color css

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

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

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

border-color css

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

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

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