Shades of Wild Watermelon #EE5561
Tints of Wild Watermelon #EE5561
RGB
CMYK
RGB Variations
Color information
#EE5561 (or 0xEE5561) is known color: Wild Watermelon. HEX triplet: EE, 55 and 61. RGB value is (238,85,97). Sum of RGB (Red+Green+Blue) = 238+85+97=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5561 is #11AA9E. Grayscale: #848484. Windows color (decimal): -1157791 or 6378990. OLE color: 6378990.
HSL color Cylindrical-coordinate representation of color #EE5561: hue angle of 355.29º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5561 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 97 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.07 |
| HSL | 355.29º | 0.82% | 0.63% | - |
| HSV(B) | 355.29º | 0.64% | 0.93% | - |
| XYZ | 40.67 | 25.54 | 14.1 | - |
| YUV | 132.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 97 | 0 | 0.64 | 0.59 | 0.07 | 355.29 | 0.82 | 0.63 |
| Hex | EE | 55 | 61 | 0 | 40 | 3B | 7 | 163 | 52 | 3F |
| Octal | 356 | 125 | 141 | 0 | 100 | 73 | 7 | 543 | 122 | 77 |
| Binary | 11101110 | 1010101 | 1100001 | 0 | 1000000 | 111011 | 111 | 101100011 | 1010010 | 111111 |
Color Harmonies of #EE5561
Complementary color
Monochromatic Colors of #EE5561
Black with #EE5561
Text Example
Text Example
White with #EE5561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5561; }
p { color: rgb(238,85,97); }
H1.HeaderClassName
{
color: #EE5561;
}
.AnyTagClassName
{
color: #EE5561;
}
</style>
background-color css
<style>
a { background-color: #EE5561; }
a { background-color: rgb(238,85,97); }
div.DivClassName
{
background-color: #EE5561;
}
.BgClassName
{
background-color: #EE5561;
}
</style>
border-color css
<style>
span { border-color: #EE5561; }
span { border-color: rgb(238,85,97); }
td.TdClassName
{
border-color: #EE5561;
}
.TagClassName
{
border-color: #EE5561;
}
</style>