#EC3160

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

Shades of Cerise #EC3160

Tints of Cerise #EC3160

Color information

#EC3160 (or 0xEC3160) is unknown color: approx Cerise. HEX triplet: EC, 31 and 60. RGB value is (236,49,96). Sum of RGB (Red+Green+Blue) = 236+49+96=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3160 is #13CE9F. Grayscale: #6E6E6E. Windows color (decimal): -1298080 or 6304236. OLE color: 6304236.

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

Color convert

RGB2364996-
CMYK00.790.590.07
HSL344.92º83.11%55.88%-
HSV(B)344.92º79.24%92.55%-
XYZ37.820.8713.1-
YUV110.27119.95217.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.94%
GREEN value IS 49 (19.53% from 255) = 12.86%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=61.94%
G=12.86%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236499600.790.590.07344.9283.1155.88
HexEC316004F3B71595338
Octal35461140011773753112370
Binary111011001100011100000010011111110111111010110011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3160; }

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

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

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

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

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

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

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

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