#ec2586

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

Shades of Deep Cerise #EC2586

Tints of Deep Cerise #EC2586

Color information

#EC2586 (or 0xEC2586) is unknown color: approx Deep Cerise. HEX triplet: EC, 25 and 86. RGB value is (236,37,134). Sum of RGB (Red+Green+Blue) = 236+37+134=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2586 is #13DA79. Grayscale: #6B6B6B. Windows color (decimal): -1301114 or 8791532. OLE color: 8791532.

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

Color convert

RGB23637134-
CMYK00.840.430.07
HSL330.75º83.97%53.53%-
HSV(B)330.75º84.32%92.55%-
XYZ39.5620.8824.5-
YUV107.56142.93219.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.99%
GREEN value IS 37 (14.84% from 255) = 9.09%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=57.99%
G=9.09%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363713400.840.430.07330.7583.9753.53
HexEC25860542B714b5436
Octal35445206012453751312466
Binary1110110010010110000110010101001010111111010010111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec2586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec2586; }

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

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

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

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

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

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

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

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