#EC3670

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

Shades of Cerise #EC3670

Tints of Cerise #EC3670

Color information

#EC3670 (or 0xEC3670) is unknown color: approx Cerise. HEX triplet: EC, 36 and 70. RGB value is (236,54,112). Sum of RGB (Red+Green+Blue) = 236+54+112=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3670 is #13C98F. Grayscale: #727272. Windows color (decimal): -1296784 or 7354092. OLE color: 7354092.

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

Color convert

RGB23654112-
CMYK00.770.530.07
HSL340.88º82.73%56.86%-
HSV(B)340.88º77.12%92.55%-
XYZ38.8421.6417.46-
YUV115.03126.3214.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.71%
GREEN value IS 54 (21.48% from 255) = 13.43%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=58.71%
G=13.43%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365411200.770.530.07340.8882.7356.86
HexEC367004D3571555339
Octal35466160011565752512371
Binary111011001101101110000010011011101011111010101011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3670; }

 p { color: rgb(236,54,112); }

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

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

 a { background-color: rgb(236,54,112); }

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

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

 span { border-color: rgb(236,54,112); }

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