Html Css Color HEX #EC4966 Cranberry

📋 copy color: '#EC4966'

red 236 ◦ green 73 ◦ blue 102

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

Shades of Cranberry #EC4966

Tints of Cranberry #EC4966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.82%

R = 57.42%
G = 17.76%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC4966 (or 0xEC4966) is known color: Cranberry. HEX triplet: EC, 49 and 66. RGB value is (236,73,102). Sum of RGB (Red+Green+Blue) = 236+73+102=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4966 is #13B699. Grayscale: #7D7D7D. Windows color (decimal): -1291930 or 6703596. OLE color: 6703596.

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

Color convert

RGB 236 73 102 -
CMYK 0 0.69 0.57 0.07
HSL 349.33º 0.81% 0.61% -
HSV(B) 349.33º 0.69% 0.93% -
XYZ 39.37 23.56 15.04 -
YUV 125.04 115 207.14 -
System Red Green Blue C M Y K H S L
Decimal 236 73 102 0 0.69 0.57 0.07 349.33 0.81 0.61
Hex EC 49 66 0 45 39 7 15D 51 3D
Octal 354 111 146 0 105 71 7 535 121 75
Binary 11101100 1001001 1100110 0 1000101 111001 111 101011101 1010001 111101

Color Harmonies of #EC4966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4966

Black with #EC4966

Text Example


Text Example

White with #EC4966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4966; }

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

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

background-color css

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

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

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

border-color css

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

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

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