Html Css Color HEX #E52094 Deep Cerise

📋 copy color: '#E52094'

red 229 ◦ green 32 ◦ blue 148

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

Shades of Deep Cerise #E52094

Tints of Deep Cerise #E52094

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.82%

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

R = 55.99%
G = 7.82%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E52094 (or 0xE52094) is known color: Deep Cerise. HEX triplet: E5, 20 and 94. RGB value is (229,32,148). Sum of RGB (Red+Green+Blue) = 229+32+148=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E52094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52094 is #1ADF6B. Grayscale: #676767. Windows color (decimal): -1761132 or 9707749. OLE color: 9707749.

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

Color convert

RGB 229 32 148 -
CMYK 0 0.86 0.35 0.10
HSL 324.67º 0.79% 0.51% -
HSV(B) 324.67º 0.86% 0.9% -
XYZ 38.17 19.83 29.83 -
YUV 104.13 152.77 217.07 -
System Red Green Blue C M Y K H S L
Decimal 229 32 148 0 0.86 0.35 0.10 324.67 0.79 0.51
Hex E5 20 94 0 56 23 A 145 4F 33
Octal 345 40 224 0 126 43 12 505 117 63
Binary 11100101 100000 10010100 0 1010110 100011 1010 101000101 1001111 110011

Color Harmonies of #E52094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52094

Black with #E52094

Text Example


Text Example

White with #E52094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52094; }

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

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

background-color css

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

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

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

border-color css

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

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

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