Html Css Color HEX #E32095 Deep Cerise

📋 copy color: '#E32095'

red 227 ◦ green 32 ◦ blue 149

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

Shades of Deep Cerise #E32095

Tints of Deep Cerise #E32095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 55.64%
G = 7.84%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E32095 (or 0xE32095) is known color: Deep Cerise. HEX triplet: E3, 20 and 95. RGB value is (227,32,149). Sum of RGB (Red+Green+Blue) = 227+32+149=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E32095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32095 is #1CDF6A. Grayscale: #676767. Windows color (decimal): -1892203 or 9773283. OLE color: 9773283.

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

Color convert

RGB 227 32 149 -
CMYK 0 0.86 0.34 0.11
HSL 324º 0.78% 0.51% -
HSV(B) 324º 0.86% 0.89% -
XYZ 37.62 19.53 30.22 -
YUV 103.64 153.6 215.99 -
System Red Green Blue C M Y K H S L
Decimal 227 32 149 0 0.86 0.34 0.11 324 0.78 0.51
Hex E3 20 95 0 56 22 B 144 4E 33
Octal 343 40 225 0 126 42 13 504 116 63
Binary 11100011 100000 10010101 0 1010110 100010 1011 101000100 1001110 110011

Color Harmonies of #E32095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32095

Black with #E32095

Text Example


Text Example

White with #E32095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32095; }

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

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

background-color css

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

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

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

border-color css

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

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

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