#E0319C

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

Shades of Deep Cerise #E0319C

Tints of Deep Cerise #E0319C

Color information

#E0319C (or 0xE0319C) is unknown color: approx Deep Cerise. HEX triplet: E0, 31 and 9C. RGB value is (224,49,156). Sum of RGB (Red+Green+Blue) = 224+49+156=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0319C is #1FCE63. Grayscale: #717171. Windows color (decimal): -2084452 or 10236384. OLE color: 10236384.

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

Color convert

RGB22449156-
CMYK00.780.300.12
HSL323.31º73.84%53.53%-
HSV(B)323.31º78.12%87.84%-
XYZ37.8420.4433.4-
YUV113.52151.98206.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.21%
GREEN value IS 49 (19.53% from 255) = 11.42%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=52.21%
G=11.42%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244915600.780.300.12323.3173.8453.53
HexE0319C04E1EC1434a36
Octal340612340116361450311266
Binary1110000011000110011100010011101111011001010000111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0319C; }

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

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

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

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

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

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

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

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