Html Css Color HEX #EC496B Cranberry

📋 copy color: '#EC496B'

red 236 ◦ green 73 ◦ blue 107

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

Shades of Cranberry #EC496B

Tints of Cranberry #EC496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.72%

R = 56.73%
G = 17.55%
B = 25.72%

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

#EC496B (or 0xEC496B) is known color: Cranberry. HEX triplet: EC, 49 and 6B. RGB value is (236,73,107). Sum of RGB (Red+Green+Blue) = 236+73+107=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC496B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC496B is #13B694. Grayscale: #7D7D7D. Windows color (decimal): -1291925 or 7031276. OLE color: 7031276.

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

Color convert

RGB 236 73 107 -
CMYK 0 0.69 0.55 0.07
HSL 347.48º 0.81% 0.61% -
HSV(B) 347.48º 0.69% 0.93% -
XYZ 39.63 23.66 16.39 -
YUV 125.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 236 73 107 0 0.69 0.55 0.07 347.48 0.81 0.61
Hex EC 49 6B 0 45 37 7 15B 51 3D
Octal 354 111 153 0 105 67 7 533 121 75
Binary 11101100 1001001 1101011 0 1000101 110111 111 101011011 1010001 111101

Color Harmonies of #EC496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC496B

Black with #EC496B

Text Example


Text Example

White with #EC496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC496B; }

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

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

background-color css

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

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

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

border-color css

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

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

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