Shades of Wild Watermelon #EE5665
Tints of Wild Watermelon #EE5665
RGB
CMYK
RGB Variations
Color information
#EE5665 (or 0xEE5665) is known color: Wild Watermelon. HEX triplet: EE, 56 and 65. RGB value is (238,86,101). Sum of RGB (Red+Green+Blue) = 238+86+101=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5665 is #11A99A. Grayscale: #858585. Windows color (decimal): -1157531 or 6641390. OLE color: 6641390.
HSL color Cylindrical-coordinate representation of color #EE5665: hue angle of 354.08º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5665 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 101 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.07 |
| HSL | 354.08º | 0.82% | 0.64% | - |
| HSV(B) | 354.08º | 0.64% | 0.93% | - |
| XYZ | 40.94 | 25.77 | 15.13 | - |
| YUV | 133.16 | 109.86 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 101 | 0 | 0.64 | 0.58 | 0.07 | 354.08 | 0.82 | 0.64 |
| Hex | EE | 56 | 65 | 0 | 40 | 3A | 7 | 162 | 52 | 40 |
| Octal | 356 | 126 | 145 | 0 | 100 | 72 | 7 | 542 | 122 | 100 |
| Binary | 11101110 | 1010110 | 1100101 | 0 | 1000000 | 111010 | 111 | 101100010 | 1010010 | 1000000 |
Color Harmonies of #EE5665
Complementary color
Monochromatic Colors of #EE5665
Black with #EE5665
Text Example
Text Example
White with #EE5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5665; }
p { color: rgb(238,86,101); }
H1.HeaderClassName
{
color: #EE5665;
}
.AnyTagClassName
{
color: #EE5665;
}
</style>
background-color css
<style>
a { background-color: #EE5665; }
a { background-color: rgb(238,86,101); }
div.DivClassName
{
background-color: #EE5665;
}
.BgClassName
{
background-color: #EE5665;
}
</style>
border-color css
<style>
span { border-color: #EE5665; }
span { border-color: rgb(238,86,101); }
td.TdClassName
{
border-color: #EE5665;
}
.TagClassName
{
border-color: #EE5665;
}
</style>