Shades of Wild Watermelon #EE5062
Tints of Wild Watermelon #EE5062
RGB
CMYK
RGB Variations
Color information
#EE5062 (or 0xEE5062) is known color: Wild Watermelon. HEX triplet: EE, 50 and 62. RGB value is (238,80,98). Sum of RGB (Red+Green+Blue) = 238+80+98=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5062 is #11AF9D. Grayscale: #818181. Windows color (decimal): -1159070 or 6443246. OLE color: 6443246.
HSL color Cylindrical-coordinate representation of color #EE5062: hue angle of 353.16º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5062 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 98 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.07 |
| HSL | 353.16º | 0.82% | 0.62% | - |
| HSV(B) | 353.16º | 0.66% | 0.93% | - |
| XYZ | 40.33 | 24.8 | 14.22 | - |
| YUV | 129.29 | 110.35 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 98 | 0 | 0.66 | 0.59 | 0.07 | 353.16 | 0.82 | 0.62 |
| Hex | EE | 50 | 62 | 0 | 42 | 3B | 7 | 161 | 52 | 3E |
| Octal | 356 | 120 | 142 | 0 | 102 | 73 | 7 | 541 | 122 | 76 |
| Binary | 11101110 | 1010000 | 1100010 | 0 | 1000010 | 111011 | 111 | 101100001 | 1010010 | 111110 |
Color Harmonies of #EE5062
Complementary color
Monochromatic Colors of #EE5062
Black with #EE5062
Text Example
Text Example
White with #EE5062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5062; }
p { color: rgb(238,80,98); }
H1.HeaderClassName
{
color: #EE5062;
}
.AnyTagClassName
{
color: #EE5062;
}
</style>
background-color css
<style>
a { background-color: #EE5062; }
a { background-color: rgb(238,80,98); }
div.DivClassName
{
background-color: #EE5062;
}
.BgClassName
{
background-color: #EE5062;
}
</style>
border-color css
<style>
span { border-color: #EE5062; }
span { border-color: rgb(238,80,98); }
td.TdClassName
{
border-color: #EE5062;
}
.TagClassName
{
border-color: #EE5062;
}
</style>