Shades of Wild Watermelon #EE5870
Tints of Wild Watermelon #EE5870
RGB
CMYK
RGB Variations
Color information
#EE5870 (or 0xEE5870) is known color: Wild Watermelon. HEX triplet: EE, 58 and 70. RGB value is (238,88,112). Sum of RGB (Red+Green+Blue) = 238+88+112=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5870 is #11A78F. Grayscale: #878787. Windows color (decimal): -1157008 or 7362798. OLE color: 7362798.
HSL color Cylindrical-coordinate representation of color #EE5870: hue angle of 350.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5870 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 112 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.07 |
| HSL | 350.4º | 0.82% | 0.64% | - |
| HSV(B) | 350.4º | 0.63% | 0.93% | - |
| XYZ | 41.67 | 26.33 | 18.21 | - |
| YUV | 135.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 112 | 0 | 0.63 | 0.53 | 0.07 | 350.4 | 0.82 | 0.64 |
| Hex | EE | 58 | 70 | 0 | 3F | 35 | 7 | 15E | 52 | 40 |
| Octal | 356 | 130 | 160 | 0 | 77 | 65 | 7 | 536 | 122 | 100 |
| Binary | 11101110 | 1011000 | 1110000 | 0 | 111111 | 110101 | 111 | 101011110 | 1010010 | 1000000 |
Color Harmonies of #EE5870
Complementary color
Monochromatic Colors of #EE5870
Black with #EE5870
Text Example
Text Example
White with #EE5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5870; }
p { color: rgb(238,88,112); }
H1.HeaderClassName
{
color: #EE5870;
}
.AnyTagClassName
{
color: #EE5870;
}
</style>
background-color css
<style>
a { background-color: #EE5870; }
a { background-color: rgb(238,88,112); }
div.DivClassName
{
background-color: #EE5870;
}
.BgClassName
{
background-color: #EE5870;
}
</style>
border-color css
<style>
span { border-color: #EE5870; }
span { border-color: rgb(238,88,112); }
td.TdClassName
{
border-color: #EE5870;
}
.TagClassName
{
border-color: #EE5870;
}
</style>