#E03585

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

Shades of Deep Cerise #E03585

Tints of Deep Cerise #E03585

Color information

#E03585 (or 0xE03585) is unknown color: approx Deep Cerise. HEX triplet: E0, 35 and 85. RGB value is (224,53,133). Sum of RGB (Red+Green+Blue) = 224+53+133=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E03585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03585 is #1FCA7A. Grayscale: #717171. Windows color (decimal): -2083451 or 8730080. OLE color: 8730080.

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

Color convert

RGB22453133-
CMYK00.760.410.12
HSL331.93º73.39%54.31%-
HSV(B)331.93º76.34%87.84%-
XYZ36.2520.0924.16-
YUV113.25139.15207-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.63%
GREEN value IS 53 (21.09% from 255) = 12.93%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=54.63%
G=12.93%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245313300.760.410.12331.9373.3954.31
HexE0358504C29C14c4936
Octal340652050114511451411166
Binary11100000110101100001010100110010100111001010011001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03585; }

 p { color: rgb(224,53,133); }

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

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

 a { background-color: rgb(224,53,133); }

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

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

 span { border-color: rgb(224,53,133); }

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