#EC2266

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

Shades of Cerise #EC2266

Tints of Cerise #EC2266

Color information

#EC2266 (or 0xEC2266) is unknown color: approx Cerise. HEX triplet: EC, 22 and 66. RGB value is (236,34,102). Sum of RGB (Red+Green+Blue) = 236+34+102=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2266 is #13DD99. Grayscale: #666666. Windows color (decimal): -1301914 or 6693612. OLE color: 6693612.

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

Color convert

RGB23634102-
CMYK00.860.570.07
HSL339.8º84.17%52.94%-
HSV(B)339.8º85.59%92.55%-
XYZ37.5619.9414.44-
YUV102.15127.92223.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 63.44%
GREEN value IS 34 (13.67% from 255) = 9.14%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=63.44%
G=9.14%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363410200.860.570.07339.884.1752.94
HexEC22660563971545435
Octal35442146012671752412465
Binary111011001000101100110010101101110011111010101001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2266; }

 p { color: rgb(236,34,102); }

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

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

 a { background-color: rgb(236,34,102); }

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

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

 span { border-color: rgb(236,34,102); }

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