Html Css Color HEX #EC5560 Wild Watermelon

📋 copy color: '#EC5560'

red 236 ◦ green 85 ◦ blue 96

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

Shades of Wild Watermelon #EC5560

Tints of Wild Watermelon #EC5560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.02%

R = 56.59%
G = 20.38%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC5560 (or 0xEC5560) is known color: Wild Watermelon. HEX triplet: EC, 55 and 60. RGB value is (236,85,96). Sum of RGB (Red+Green+Blue) = 236+85+96=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5560 is #13AA9F. Grayscale: #838383. Windows color (decimal): -1288864 or 6313452. OLE color: 6313452.

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

Color convert

RGB 236 85 96 -
CMYK 0 0.64 0.59 0.07
HSL 355.63º 0.8% 0.63% -
HSV(B) 355.63º 0.64% 0.93% -
XYZ 39.95 25.17 13.82 -
YUV 131.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 236 85 96 0 0.64 0.59 0.07 355.63 0.8 0.63
Hex EC 55 60 0 40 3B 7 164 50 3F
Octal 354 125 140 0 100 73 7 544 120 77
Binary 11101100 1010101 1100000 0 1000000 111011 111 101100100 1010000 111111

Color Harmonies of #EC5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5560

Black with #EC5560

Text Example


Text Example

White with #EC5560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5560; }

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

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

background-color css

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

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

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

border-color css

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

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

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