#EC296C

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

Shades of Cerise #EC296C

Tints of Cerise #EC296C

Color information

#EC296C (or 0xEC296C) is unknown color: approx Cerise. HEX triplet: EC, 29 and 6C. RGB value is (236,41,108). Sum of RGB (Red+Green+Blue) = 236+41+108=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC296C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC296C is #13D693. Grayscale: #6A6A6A. Windows color (decimal): -1300116 or 7088620. OLE color: 7088620.

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

Color convert

RGB23641108-
CMYK00.830.540.07
HSL339.38º83.69%54.31%-
HSV(B)339.38º82.63%92.55%-
XYZ38.0920.516.14-
YUV106.94128.6220.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.30%
GREEN value IS 41 (16.41% from 255) = 10.65%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=61.30%
G=10.65%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364110800.830.540.07339.3883.6954.31
HexEC296C0533671535436
Octal35451154012366752312466
Binary111011001010011101100010100111101101111010100111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC296C; }

 p { color: rgb(236,41,108); }

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

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

 a { background-color: rgb(236,41,108); }

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

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

 span { border-color: rgb(236,41,108); }

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