Html Css Color HEX #EC5660 Wild Watermelon

📋 copy color: '#EC5660'

red 236 ◦ green 86 ◦ blue 96

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

Shades of Wild Watermelon #EC5660

Tints of Wild Watermelon #EC5660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.57%

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

R = 56.46%
G = 20.57%
B = 22.97%

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

#EC5660 (or 0xEC5660) is known color: Wild Watermelon. HEX triplet: EC, 56 and 60. RGB value is (236,86,96). Sum of RGB (Red+Green+Blue) = 236+86+96=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5660 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5660 is #13A99F. Grayscale: #848484. Windows color (decimal): -1288608 or 6313708. OLE color: 6313708.

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

Color convert

RGB 236 86 96 -
CMYK 0 0.64 0.59 0.07
HSL 356º 0.8% 0.63% -
HSV(B) 356º 0.64% 0.93% -
XYZ 40.03 25.33 13.85 -
YUV 131.99 107.7 202.19 -
System Red Green Blue C M Y K H S L
Decimal 236 86 96 0 0.64 0.59 0.07 356 0.8 0.63
Hex EC 56 60 0 40 3B 7 164 50 3F
Octal 354 126 140 0 100 73 7 544 120 77
Binary 11101100 1010110 1100000 0 1000000 111011 111 101100100 1010000 111111

Color Harmonies of #EC5660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5660

Black with #EC5660

Text Example


Text Example

White with #EC5660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5660; }

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

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

background-color css

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

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

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

border-color css

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

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

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