#E0379C

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

Shades of Deep Cerise #E0379C

Tints of Deep Cerise #E0379C

Color information

#E0379C (or 0xE0379C) is unknown color: approx Deep Cerise. HEX triplet: E0, 37 and 9C. RGB value is (224,55,156). Sum of RGB (Red+Green+Blue) = 224+55+156=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0379C is #1FC863. Grayscale: #747474. Windows color (decimal): -2082916 or 10237920. OLE color: 10237920.

HSL color Cylindrical-coordinate representation of color #E0379C: hue angle of 324.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0379C is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB22455156-
CMYK00.750.300.12
HSL324.14º73.16%54.71%-
HSV(B)324.14º75.45%87.84%-
XYZ38.1120.9833.49-
YUV117.04149.99204.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.49%
GREEN value IS 55 (21.88% from 255) = 12.64%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=51.49%
G=12.64%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245515600.750.300.12324.1473.1654.71
HexE0379C04B1EC1444937
Octal340672340113361450411167
Binary1110000011011110011100010010111111011001010001001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0379C; }

 p { color: rgb(224,55,156); }

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

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

 a { background-color: rgb(224,55,156); }

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

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

 span { border-color: rgb(224,55,156); }

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