Html Css Color HEX #EC5566 Wild Watermelon

📋 copy color: '#EC5566'

red 236 ◦ green 85 ◦ blue 102

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

Shades of Wild Watermelon #EC5566

Tints of Wild Watermelon #EC5566

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.09%

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

R = 55.79%
G = 20.09%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC5566 (or 0xEC5566) is known color: Wild Watermelon. HEX triplet: EC, 55 and 66. RGB value is (236,85,102). Sum of RGB (Red+Green+Blue) = 236+85+102=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5566 is #13AA99. Grayscale: #848484. Windows color (decimal): -1288858 or 6706668. OLE color: 6706668.

HSL color Cylindrical-coordinate representation of color #EC5566: hue angle of 353.25º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5566 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 85 102 -
CMYK 0 0.64 0.57 0.07
HSL 353.25º 0.8% 0.63% -
HSV(B) 353.25º 0.64% 0.93% -
XYZ 40.24 25.29 15.33 -
YUV 132.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 236 85 102 0 0.64 0.57 0.07 353.25 0.8 0.63
Hex EC 55 66 0 40 39 7 161 50 3F
Octal 354 125 146 0 100 71 7 541 120 77
Binary 11101100 1010101 1100110 0 1000000 111001 111 101100001 1010000 111111

Color Harmonies of #EC5566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5566

Black with #EC5566

Text Example


Text Example

White with #EC5566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5566; }

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

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

background-color css

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

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

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

border-color css

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

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

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