#EC496E

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

Shades of Cranberry #EC496E

Tints of Cranberry #EC496E

Color information

#EC496E (or 0xEC496E) is unknown color: approx Cranberry. HEX triplet: EC, 49 and 6E. RGB value is (236,73,110). Sum of RGB (Red+Green+Blue) = 236+73+110=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC496E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC496E is #13B691. Grayscale: #7D7D7D. Windows color (decimal): -1291922 or 7227884. OLE color: 7227884.

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

Color convert

RGB23673110-
CMYK00.690.530.07
HSL346.38º81.09%60.59%-
HSV(B)346.38º69.07%92.55%-
XYZ39.7923.7217.23-
YUV125.96119206.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.32%
GREEN value IS 73 (28.91% from 255) = 17.42%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=56.32%
G=17.42%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367311000.690.530.07346.3881.0960.59
HexEC496E04535715a513d
Octal354111156010565753212175
Binary1110110010010011101110010001011101011111010110101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC496E; }

 p { color: rgb(236,73,110); }

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

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

 a { background-color: rgb(236,73,110); }

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

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

 span { border-color: rgb(236,73,110); }

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