#ec2d86

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

Shades of Deep Cerise #EC2D86

Tints of Deep Cerise #EC2D86

Color information

#EC2D86 (or 0xEC2D86) is unknown color: approx Deep Cerise. HEX triplet: EC, 2D and 86. RGB value is (236,45,134). Sum of RGB (Red+Green+Blue) = 236+45+134=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2D86 is #13D279. Grayscale: #707070. Windows color (decimal): -1299066 or 8793580. OLE color: 8793580.

HSL color Cylindrical-coordinate representation of color #EC2D86: hue angle of 332.04º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2D86 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB23645134-
CMYK00.810.430.07
HSL332.04º83.41%55.1%-
HSV(B)332.04º80.93%92.55%-
XYZ39.8321.4324.59-
YUV112.25140.28216.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.87%
GREEN value IS 45 (17.97% from 255) = 10.84%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=56.87%
G=10.84%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364513400.810.430.07332.0483.4155.1
HexEC2D860512B714c5337
Octal35455206012153751412367
Binary1110110010110110000110010100011010111111010011001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec2d86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec2d86; }

 p { color: rgb(236,45,134); }

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

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

 a { background-color: rgb(236,45,134); }

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

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

 span { border-color: rgb(236,45,134); }

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