Html Css Color HEX #E53293 Deep Cerise

📋 copy color: '#E53293'

red 229 ◦ green 50 ◦ blue 147

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

Shades of Deep Cerise #E53293

Tints of Deep Cerise #E53293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 53.76%
G = 11.74%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E53293 (or 0xE53293) is known color: Deep Cerise. HEX triplet: E5, 32 and 93. RGB value is (229,50,147). Sum of RGB (Red+Green+Blue) = 229+50+147=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E53293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53293 is #1ACD6C. Grayscale: #727272. Windows color (decimal): -1756525 or 9646821. OLE color: 9646821.

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

Color convert

RGB 229 50 147 -
CMYK 0 0.78 0.36 0.10
HSL 327.49º 0.77% 0.55% -
HSV(B) 327.49º 0.78% 0.9% -
XYZ 38.72 21.05 29.63 -
YUV 114.58 146.3 209.61 -
System Red Green Blue C M Y K H S L
Decimal 229 50 147 0 0.78 0.36 0.10 327.49 0.77 0.55
Hex E5 32 93 0 4E 24 A 147 4D 37
Octal 345 62 223 0 116 44 12 507 115 67
Binary 11100101 110010 10010011 0 1001110 100100 1010 101000111 1001101 110111

Color Harmonies of #E53293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53293

Black with #E53293

Text Example


Text Example

White with #E53293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53293; }

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

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

background-color css

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

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

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

border-color css

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

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

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