#EC2580

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

Shades of Deep Cerise #EC2580

Tints of Deep Cerise #EC2580

Color information

#EC2580 (or 0xEC2580) is unknown color: approx Deep Cerise. HEX triplet: EC, 25 and 80. RGB value is (236,37,128). Sum of RGB (Red+Green+Blue) = 236+37+128=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2580 is #13DA7F. Grayscale: #6A6A6A. Windows color (decimal): -1301120 or 8398316. OLE color: 8398316.

HSL color Cylindrical-coordinate representation of color #EC2580: hue angle of 332.56º 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 #EC2580 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB23637128-
CMYK00.840.460.07
HSL332.56º83.97%53.53%-
HSV(B)332.56º84.32%92.55%-
XYZ39.1520.7122.36-
YUV106.87139.93220.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.85%
GREEN value IS 37 (14.84% from 255) = 9.23%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=58.85%
G=9.23%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363712800.840.460.07332.5683.9753.53
HexEC25800542E714d5436
Octal35445200012456751512466
Binary1110110010010110000000010101001011101111010011011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2580; }

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

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

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

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

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

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

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

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