Shades of Wild Watermelon #EE5875
Tints of Wild Watermelon #EE5875
RGB
CMYK
RGB Variations
Color information
#EE5875 (or 0xEE5875) is known color: Wild Watermelon. HEX triplet: EE, 58 and 75. RGB value is (238,88,117). Sum of RGB (Red+Green+Blue) = 238+88+117=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5875 is #11A78A. Grayscale: #888888. Windows color (decimal): -1157003 or 7690478. OLE color: 7690478.
HSL color Cylindrical-coordinate representation of color #EE5875: hue angle of 348.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 #EE5875 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 117 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.07 |
| HSL | 348.4º | 0.82% | 0.64% | - |
| HSV(B) | 348.4º | 0.63% | 0.93% | - |
| XYZ | 41.96 | 26.44 | 19.72 | - |
| YUV | 136.16 | 117.2 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 117 | 0 | 0.63 | 0.51 | 0.07 | 348.4 | 0.82 | 0.64 |
| Hex | EE | 58 | 75 | 0 | 3F | 33 | 7 | 15C | 52 | 40 |
| Octal | 356 | 130 | 165 | 0 | 77 | 63 | 7 | 534 | 122 | 100 |
| Binary | 11101110 | 1011000 | 1110101 | 0 | 111111 | 110011 | 111 | 101011100 | 1010010 | 1000000 |
Color Harmonies of #EE5875
Complementary color
Monochromatic Colors of #EE5875
Black with #EE5875
Text Example
Text Example
White with #EE5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5875; }
p { color: rgb(238,88,117); }
H1.HeaderClassName
{
color: #EE5875;
}
.AnyTagClassName
{
color: #EE5875;
}
</style>
background-color css
<style>
a { background-color: #EE5875; }
a { background-color: rgb(238,88,117); }
div.DivClassName
{
background-color: #EE5875;
}
.BgClassName
{
background-color: #EE5875;
}
</style>
border-color css
<style>
span { border-color: #EE5875; }
span { border-color: rgb(238,88,117); }
td.TdClassName
{
border-color: #EE5875;
}
.TagClassName
{
border-color: #EE5875;
}
</style>