Shades of Wild Watermelon #EB5870
Tints of Wild Watermelon #EB5870
RGB
CMYK
RGB Variations
Color information
#EB5870 (or 0xEB5870) is known color: Wild Watermelon. HEX triplet: EB, 58 and 70. RGB value is (235,88,112). Sum of RGB (Red+Green+Blue) = 235+88+112=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5870 is #14A78F. Grayscale: #868686. Windows color (decimal): -1353616 or 7362795. OLE color: 7362795.
HSL color Cylindrical-coordinate representation of color #EB5870: hue angle of 350.2º 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 #EB5870 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 88 | 112 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.08 |
| HSL | 350.2º | 0.79% | 0.63% | - |
| HSV(B) | 350.2º | 0.63% | 0.92% | - |
| XYZ | 40.68 | 25.81 | 18.17 | - |
| YUV | 134.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 88 | 112 | 0 | 0.63 | 0.52 | 0.08 | 350.2 | 0.79 | 0.63 |
| Hex | EB | 58 | 70 | 0 | 3F | 34 | 8 | 15E | 4F | 3F |
| Octal | 353 | 130 | 160 | 0 | 77 | 64 | 10 | 536 | 117 | 77 |
| Binary | 11101011 | 1011000 | 1110000 | 0 | 111111 | 110100 | 1000 | 101011110 | 1001111 | 111111 |
Color Harmonies of #EB5870
Complementary color
Monochromatic Colors of #EB5870
Black with #EB5870
Text Example
Text Example
White with #EB5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5870; }
p { color: rgb(235,88,112); }
H1.HeaderClassName
{
color: #EB5870;
}
.AnyTagClassName
{
color: #EB5870;
}
</style>
background-color css
<style>
a { background-color: #EB5870; }
a { background-color: rgb(235,88,112); }
div.DivClassName
{
background-color: #EB5870;
}
.BgClassName
{
background-color: #EB5870;
}
</style>
border-color css
<style>
span { border-color: #EB5870; }
span { border-color: rgb(235,88,112); }
td.TdClassName
{
border-color: #EB5870;
}
.TagClassName
{
border-color: #EB5870;
}
</style>