Html Css Color HEX #E52193 Deep Cerise

📋 copy color: '#E52193'

red 229 ◦ green 33 ◦ blue 147

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

Shades of Deep Cerise #E52193

Tints of Deep Cerise #E52193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.07%

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

R = 55.99%
G = 8.07%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E52193 (or 0xE52193) is known color: Deep Cerise. HEX triplet: E5, 21 and 93. RGB value is (229,33,147). Sum of RGB (Red+Green+Blue) = 229+33+147=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E52193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52193 is #1ADE6C. Grayscale: #686868. Windows color (decimal): -1760877 or 9642469. OLE color: 9642469.

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

Color convert

RGB 229 33 147 -
CMYK 0 0.86 0.36 0.10
HSL 325.1º 0.79% 0.51% -
HSV(B) 325.1º 0.86% 0.9% -
XYZ 38.12 19.85 29.43 -
YUV 104.6 151.93 216.73 -
System Red Green Blue C M Y K H S L
Decimal 229 33 147 0 0.86 0.36 0.10 325.1 0.79 0.51
Hex E5 21 93 0 56 24 A 145 4F 33
Octal 345 41 223 0 126 44 12 505 117 63
Binary 11100101 100001 10010011 0 1010110 100100 1010 101000101 1001111 110011

Color Harmonies of #E52193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52193

Black with #E52193

Text Example


Text Example

White with #E52193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52193; }

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

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

background-color css

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

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

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

border-color css

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

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

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