#EC226D

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

Shades of Cerise #EC226D

Tints of Cerise #EC226D

Color information

#EC226D (or 0xEC226D) is unknown color: approx Cerise. HEX triplet: EC, 22 and 6D. RGB value is (236,34,109). Sum of RGB (Red+Green+Blue) = 236+34+109=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC226D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC226D is #13DD92. Grayscale: #666666. Windows color (decimal): -1301907 or 7152364. OLE color: 7152364.

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

Color convert

RGB23634109-
CMYK00.860.540.07
HSL337.72º84.17%52.94%-
HSV(B)337.72º85.59%92.55%-
XYZ37.9220.0816.35-
YUV102.95131.42222.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.27%
GREEN value IS 34 (13.67% from 255) = 8.97%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=62.27%
G=8.97%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363410900.860.540.07337.7284.1752.94
HexEC226D0563671525435
Octal35442155012666752212465
Binary111011001000101101101010101101101101111010100101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC226D; }

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

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

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

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

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

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

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

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