Html Css Color HEX #EC496A Cranberry

📋 copy color: '#EC496A'

red 236 ◦ green 73 ◦ blue 106

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

Shades of Cranberry #EC496A

Tints of Cranberry #EC496A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.54%

R = 56.87%
G = 17.59%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC496A (or 0xEC496A) is known color: Cranberry. HEX triplet: EC, 49 and 6A. RGB value is (236,73,106). Sum of RGB (Red+Green+Blue) = 236+73+106=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC496A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC496A is #13B695. Grayscale: #7D7D7D. Windows color (decimal): -1291926 or 6965740. OLE color: 6965740.

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

Color convert

RGB 236 73 106 -
CMYK 0 0.69 0.55 0.07
HSL 347.85º 0.81% 0.61% -
HSV(B) 347.85º 0.69% 0.93% -
XYZ 39.58 23.64 16.11 -
YUV 125.5 117 206.82 -
System Red Green Blue C M Y K H S L
Decimal 236 73 106 0 0.69 0.55 0.07 347.85 0.81 0.61
Hex EC 49 6A 0 45 37 7 15C 51 3D
Octal 354 111 152 0 105 67 7 534 121 75
Binary 11101100 1001001 1101010 0 1000101 110111 111 101011100 1010001 111101

Color Harmonies of #EC496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC496A

Black with #EC496A

Text Example


Text Example

White with #EC496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC496A; }

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

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

background-color css

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

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

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

border-color css

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

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

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