Shades of Wild Watermelon #EE585F
Tints of Wild Watermelon #EE585F
RGB
CMYK
RGB Variations
Color information
#EE585F (or 0xEE585F) is known color: Wild Watermelon. HEX triplet: EE, 58 and 5F. RGB value is (238,88,95). Sum of RGB (Red+Green+Blue) = 238+88+95=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE585F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE585F is #11A7A0. Grayscale: #858585. Windows color (decimal): -1157025 or 6248686. OLE color: 6248686.
HSL color Cylindrical-coordinate representation of color #EE585F: hue angle of 357.2º 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 #EE585F is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 95 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.07 |
| HSL | 357.2º | 0.82% | 0.64% | - |
| HSV(B) | 357.2º | 0.63% | 0.93% | - |
| XYZ | 40.82 | 25.98 | 13.69 | - |
| YUV | 133.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 95 | 0 | 0.63 | 0.60 | 0.07 | 357.2 | 0.82 | 0.64 |
| Hex | EE | 58 | 5F | 0 | 3F | 3C | 7 | 165 | 52 | 40 |
| Octal | 356 | 130 | 137 | 0 | 77 | 74 | 7 | 545 | 122 | 100 |
| Binary | 11101110 | 1011000 | 1011111 | 0 | 111111 | 111100 | 111 | 101100101 | 1010010 | 1000000 |
Color Harmonies of #EE585F
Complementary color
Monochromatic Colors of #EE585F
Black with #EE585F
Text Example
Text Example
White with #EE585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE585F; }
p { color: rgb(238,88,95); }
H1.HeaderClassName
{
color: #EE585F;
}
.AnyTagClassName
{
color: #EE585F;
}
</style>
background-color css
<style>
a { background-color: #EE585F; }
a { background-color: rgb(238,88,95); }
div.DivClassName
{
background-color: #EE585F;
}
.BgClassName
{
background-color: #EE585F;
}
</style>
border-color css
<style>
span { border-color: #EE585F; }
span { border-color: rgb(238,88,95); }
td.TdClassName
{
border-color: #EE585F;
}
.TagClassName
{
border-color: #EE585F;
}
</style>