#EC2085

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

Shades of Deep Cerise #EC2085

Tints of Deep Cerise #EC2085

Color information

#EC2085 (or 0xEC2085) is unknown color: approx Deep Cerise. HEX triplet: EC, 20 and 85. RGB value is (236,32,133). Sum of RGB (Red+Green+Blue) = 236+32+133=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2085 is #13DF7A. Grayscale: #686868. Windows color (decimal): -1302395 or 8724716. OLE color: 8724716.

HSL color Cylindrical-coordinate representation of color #EC2085: hue angle of 330.29º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2085 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB23632133-
CMYK00.860.440.07
HSL330.29º84.3%52.55%-
HSV(B)330.29º86.44%92.55%-
XYZ39.3420.5624.09-
YUV104.51144.09221.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.85%
GREEN value IS 32 (12.89% from 255) = 7.98%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=58.85%
G=7.98%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363213300.860.440.07330.2984.352.55
HexEC20850562C714a5435
Octal35440205012654751212465
Binary1110110010000010000101010101101011001111010010101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2085; }

 p { color: rgb(236,32,133); }

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

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

 a { background-color: rgb(236,32,133); }

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

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

 span { border-color: rgb(236,32,133); }

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