#E0379E

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

Shades of Deep Cerise #E0379E

Tints of Deep Cerise #E0379E

Color information

#E0379E (or 0xE0379E) is unknown color: approx Deep Cerise. HEX triplet: E0, 37 and 9E. RGB value is (224,55,158). Sum of RGB (Red+Green+Blue) = 224+55+158=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E0379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0379E is #1FC861. Grayscale: #757575. Windows color (decimal): -2082914 or 10368992. OLE color: 10368992.

HSL color Cylindrical-coordinate representation of color #E0379E: hue angle of 323.43º 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 #E0379E is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB22455158-
CMYK00.750.290.12
HSL323.43º73.16%54.71%-
HSV(B)323.43º75.45%87.84%-
XYZ38.2821.0534.39-
YUV117.27150.99204.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.26%
GREEN value IS 55 (21.88% from 255) = 12.59%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=51.26%
G=12.59%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245515800.750.290.12323.4373.1654.71
HexE0379E04B1DC1434937
Octal340672360113351450311167
Binary1110000011011110011110010010111110111001010000111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0379E; }

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

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

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

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

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

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

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

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