Html Css Color HEX #EC496C Cranberry

📋 copy color: '#EC496C'

red 236 ◦ green 73 ◦ blue 108

#EC496C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #EC496C

Tints of Cranberry #EC496C

RGB

 RED value IS 236 (92.58% from 255) = 56.59%

 GREEN value IS 73 (28.91% from 255) = 17.51%

 BLUE value IS 108 (42.58% from 255) = 25.9%

R = 56.59%
G = 17.51%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC496C (or 0xEC496C) is known color: Cranberry. HEX triplet: EC, 49 and 6C. RGB value is (236,73,108). Sum of RGB (Red+Green+Blue) = 236+73+108=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC496C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC496C is #13B693. Grayscale: #7D7D7D. Windows color (decimal): -1291924 or 7096812. OLE color: 7096812.

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

Color convert

RGB 236 73 108 -
CMYK 0 0.69 0.54 0.07
HSL 347.12º 0.81% 0.61% -
HSV(B) 347.12º 0.69% 0.93% -
XYZ 39.68 23.68 16.67 -
YUV 125.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 236 73 108 0 0.69 0.54 0.07 347.12 0.81 0.61
Hex EC 49 6C 0 45 36 7 15B 51 3D
Octal 354 111 154 0 105 66 7 533 121 75
Binary 11101100 1001001 1101100 0 1000101 110110 111 101011011 1010001 111101

Color Harmonies of #EC496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC496C

Black with #EC496C

Text Example


Text Example

White with #EC496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC496C; }

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

 H1.HeaderClassName
 {
   color: #EC496C;
 }
 .AnyTagClassName
 {
   color: #EC496C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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