Shades of Wild Watermelon #EE5962
Tints of Wild Watermelon #EE5962
RGB
CMYK
RGB Variations
Color information
#EE5962 (or 0xEE5962) is known color: Wild Watermelon. HEX triplet: EE, 59 and 62. RGB value is (238,89,98). Sum of RGB (Red+Green+Blue) = 238+89+98=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5962 is #11A69D. Grayscale: #868686. Windows color (decimal): -1156766 or 6445550. OLE color: 6445550.
HSL color Cylindrical-coordinate representation of color #EE5962: hue angle of 356.38º degrees, saturation: 0.81, 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 #EE5962 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 98 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.07 |
| HSL | 356.38º | 0.81% | 0.64% | - |
| HSV(B) | 356.38º | 0.63% | 0.93% | - |
| XYZ | 41.04 | 26.2 | 14.45 | - |
| YUV | 134.58 | 107.36 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 98 | 0 | 0.63 | 0.59 | 0.07 | 356.38 | 0.81 | 0.64 |
| Hex | EE | 59 | 62 | 0 | 3F | 3B | 7 | 164 | 51 | 40 |
| Octal | 356 | 131 | 142 | 0 | 77 | 73 | 7 | 544 | 121 | 100 |
| Binary | 11101110 | 1011001 | 1100010 | 0 | 111111 | 111011 | 111 | 101100100 | 1010001 | 1000000 |
Color Harmonies of #EE5962
Complementary color
Monochromatic Colors of #EE5962
Black with #EE5962
Text Example
Text Example
White with #EE5962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5962; }
p { color: rgb(238,89,98); }
H1.HeaderClassName
{
color: #EE5962;
}
.AnyTagClassName
{
color: #EE5962;
}
</style>
background-color css
<style>
a { background-color: #EE5962; }
a { background-color: rgb(238,89,98); }
div.DivClassName
{
background-color: #EE5962;
}
.BgClassName
{
background-color: #EE5962;
}
</style>
border-color css
<style>
span { border-color: #EE5962; }
span { border-color: rgb(238,89,98); }
td.TdClassName
{
border-color: #EE5962;
}
.TagClassName
{
border-color: #EE5962;
}
</style>