#EC3560

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

Shades of Cerise #EC3560

Tints of Cerise #EC3560

Color information

#EC3560 (or 0xEC3560) is unknown color: approx Cerise. HEX triplet: EC, 35 and 60. RGB value is (236,53,96). Sum of RGB (Red+Green+Blue) = 236+53+96=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3560 is #13CA9F. Grayscale: #707070. Windows color (decimal): -1297056 or 6305260. OLE color: 6305260.

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

Color convert

RGB2365396-
CMYK00.780.590.07
HSL345.9º82.81%56.67%-
HSV(B)345.9º77.54%92.55%-
XYZ37.9821.2213.16-
YUV112.62118.63216-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.30%
GREEN value IS 53 (21.09% from 255) = 13.77%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=61.30%
G=13.77%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236539600.780.590.07345.982.8156.67
HexEC356004E3B715a5339
Octal35465140011673753212371
Binary111011001101011100000010011101110111111010110101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3560; }

 p { color: rgb(236,53,96); }

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

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

 a { background-color: rgb(236,53,96); }

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

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

 span { border-color: rgb(236,53,96); }

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