Shades of Wild Watermelon #EB566D
Tints of Wild Watermelon #EB566D
RGB
CMYK
RGB Variations
Color information
#EB566D (or 0xEB566D) is known color: Wild Watermelon. HEX triplet: EB, 56 and 6D. RGB value is (235,86,109). Sum of RGB (Red+Green+Blue) = 235+86+109=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB566D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB566D is #14A992. Grayscale: #858585. Windows color (decimal): -1354131 or 7165675. OLE color: 7165675.
HSL color Cylindrical-coordinate representation of color #EB566D: hue angle of 350.74º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB566D is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 86 | 109 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.08 |
| HSL | 350.74º | 0.79% | 0.63% | - |
| HSV(B) | 350.74º | 0.63% | 0.92% | - |
| XYZ | 40.35 | 25.42 | 17.25 | - |
| YUV | 133.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 86 | 109 | 0 | 0.63 | 0.54 | 0.08 | 350.74 | 0.79 | 0.63 |
| Hex | EB | 56 | 6D | 0 | 3F | 36 | 8 | 15F | 4F | 3F |
| Octal | 353 | 126 | 155 | 0 | 77 | 66 | 10 | 537 | 117 | 77 |
| Binary | 11101011 | 1010110 | 1101101 | 0 | 111111 | 110110 | 1000 | 101011111 | 1001111 | 111111 |
Color Harmonies of #EB566D
Complementary color
Monochromatic Colors of #EB566D
Black with #EB566D
Text Example
Text Example
White with #EB566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB566D; }
p { color: rgb(235,86,109); }
H1.HeaderClassName
{
color: #EB566D;
}
.AnyTagClassName
{
color: #EB566D;
}
</style>
background-color css
<style>
a { background-color: #EB566D; }
a { background-color: rgb(235,86,109); }
div.DivClassName
{
background-color: #EB566D;
}
.BgClassName
{
background-color: #EB566D;
}
</style>
border-color css
<style>
span { border-color: #EB566D; }
span { border-color: rgb(235,86,109); }
td.TdClassName
{
border-color: #EB566D;
}
.TagClassName
{
border-color: #EB566D;
}
</style>