#E0327C

Color #E0327C Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E0327C

Tints of Deep Cerise #E0327C

Color information

#E0327C (or 0xE0327C) is unknown color: approx Deep Cerise. HEX triplet: E0, 32 and 7C. RGB value is (224,50,124). Sum of RGB (Red+Green+Blue) = 224+50+124=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0327C is #1FCD83. Grayscale: #6E6E6E. Windows color (decimal): -2084228 or 8139488. OLE color: 8139488.

HSL color Cylindrical-coordinate representation of color #E0327C: hue angle of 334.48º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0327C is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB22450124-
CMYK00.780.450.12
HSL334.48º73.73%53.73%-
HSV(B)334.48º77.68%87.84%-
XYZ35.5219.5820.98-
YUV110.46135.65208.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.28%
GREEN value IS 50 (19.92% from 255) = 12.56%
BLUE value IS 124 (48.83% from 255) = 31.16%
R=56.28%
G=12.56%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245012400.780.450.12334.4873.7353.73
HexE0327C04E2DC14e4a36
Octal340621740116551451611266
Binary1110000011001011111000100111010110111001010011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0327C; }

 p { color: rgb(224,50,124); }

 H1.HeaderClassName
 {
   color: #E0327C;
 }
 .AnyTagClassName
 {
   color: #E0327C;
 }
</style>
background-color css

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

 a { background-color: rgb(224,50,124); }

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

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

 span { border-color: rgb(224,50,124); }

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