Html Css Color HEX #E32094 Deep Cerise

📋 copy color: '#E32094'

red 227 ◦ green 32 ◦ blue 148

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

Shades of Deep Cerise #E32094

Tints of Deep Cerise #E32094

RGB

 RED value IS 227 (89.06% from 255) = 55.77%

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

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

R = 55.77%
G = 7.86%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E32094 (or 0xE32094) is known color: Deep Cerise. HEX triplet: E3, 20 and 94. RGB value is (227,32,148). Sum of RGB (Red+Green+Blue) = 227+32+148=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E32094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32094 is #1CDF6B. Grayscale: #676767. Windows color (decimal): -1892204 or 9707747. OLE color: 9707747.

HSL color Cylindrical-coordinate representation of color #E32094: hue angle of 324.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E32094 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 32 148 -
CMYK 0 0.86 0.35 0.11
HSL 324.31º 0.78% 0.51% -
HSV(B) 324.31º 0.86% 0.89% -
XYZ 37.54 19.5 29.8 -
YUV 103.53 153.1 216.07 -
System Red Green Blue C M Y K H S L
Decimal 227 32 148 0 0.86 0.35 0.11 324.31 0.78 0.51
Hex E3 20 94 0 56 23 B 144 4E 33
Octal 343 40 224 0 126 43 13 504 116 63
Binary 11100011 100000 10010100 0 1010110 100011 1011 101000100 1001110 110011

Color Harmonies of #E32094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32094

Black with #E32094

Text Example


Text Example

White with #E32094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32094; }

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

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

background-color css

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

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

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

border-color css

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

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

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