Html Css Color HEX #EC496E Cranberry

📋 copy color: '#EC496E'

red 236 ◦ green 73 ◦ blue 110

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

Shades of Cranberry #EC496E

Tints of Cranberry #EC496E

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 value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC496E (or 0xEC496E) is known color: 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

RGB 236 73 110 -
CMYK 0 0.69 0.53 0.07
HSL 346.38º 0.81% 0.61% -
HSV(B) 346.38º 0.69% 0.93% -
XYZ 39.79 23.72 17.23 -
YUV 125.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 236 73 110 0 0.69 0.53 0.07 346.38 0.81 0.61
Hex EC 49 6E 0 45 35 7 15A 51 3D
Octal 354 111 156 0 105 65 7 532 121 75
Binary 11101100 1001001 1101110 0 1000101 110101 111 101011010 1010001 111101

Color Harmonies of #EC496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC496E

Black with #EC496E

Text Example


Text Example

White with #EC496E

Text Example


Text Example

HTML Codes & Css Web 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>