#EC296B

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

Shades of Cerise #EC296B

Tints of Cerise #EC296B

Color information

#EC296B (or 0xEC296B) is unknown color: approx Cerise. HEX triplet: EC, 29 and 6B. RGB value is (236,41,107). Sum of RGB (Red+Green+Blue) = 236+41+107=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC296B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC296B is #13D694. Grayscale: #6A6A6A. Windows color (decimal): -1300117 or 7023084. OLE color: 7023084.

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

Color convert

RGB23641107-
CMYK00.830.550.07
HSL339.69º83.69%54.31%-
HSV(B)339.69º82.63%92.55%-
XYZ38.0420.4815.86-
YUV106.83128.1220.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.46%
GREEN value IS 41 (16.41% from 255) = 10.68%
BLUE value IS 107 (42.19% from 255) = 27.86%
R=61.46%
G=10.68%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364110700.830.550.07339.6983.6954.31
HexEC296B0533771545436
Octal35451153012367752412466
Binary111011001010011101011010100111101111111010101001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC296B; }

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

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

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

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

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

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

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

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