#EC4C6A

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

Shades of Cranberry #EC4C6A

Tints of Cranberry #EC4C6A

Color information

#EC4C6A (or 0xEC4C6A) is unknown color: approx Cranberry. HEX triplet: EC, 4C and 6A. RGB value is (236,76,106). Sum of RGB (Red+Green+Blue) = 236+76+106=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4C6A is #13B395. Grayscale: #7F7F7F. Windows color (decimal): -1291158 or 6966508. OLE color: 6966508.

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

Color convert

RGB23676106-
CMYK00.680.550.07
HSL348.75º80.81%61.18%-
HSV(B)348.75º67.8%92.55%-
XYZ39.7824.0416.18-
YUV127.26116.01205.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.46%
GREEN value IS 76 (30.08% from 255) = 18.18%
BLUE value IS 106 (41.80% from 255) = 25.36%
R=56.46%
G=18.18%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367610600.680.550.07348.7580.8161.18
HexEC4C6A04437715d513d
Octal354114152010467753512175
Binary1110110010011001101010010001001101111111010111011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4C6A; }

 p { color: rgb(236,76,106); }

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

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

 a { background-color: rgb(236,76,106); }

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

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

 span { border-color: rgb(236,76,106); }

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