Shades of Wild Watermelon #EE5065
Tints of Wild Watermelon #EE5065
RGB
CMYK
RGB Variations
Color information
#EE5065 (or 0xEE5065) is known color: Wild Watermelon. HEX triplet: EE, 50 and 65. RGB value is (238,80,101). Sum of RGB (Red+Green+Blue) = 238+80+101=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5065 is #11AF9A. Grayscale: #818181. Windows color (decimal): -1159067 or 6639854. OLE color: 6639854.
HSL color Cylindrical-coordinate representation of color #EE5065: hue angle of 352.03º 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 #EE5065 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 101 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.07 |
| HSL | 352.03º | 0.82% | 0.62% | - |
| HSV(B) | 352.03º | 0.66% | 0.93% | - |
| XYZ | 40.48 | 24.85 | 14.98 | - |
| YUV | 129.64 | 111.85 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 101 | 0 | 0.66 | 0.58 | 0.07 | 352.03 | 0.82 | 0.62 |
| Hex | EE | 50 | 65 | 0 | 42 | 3A | 7 | 160 | 52 | 3E |
| Octal | 356 | 120 | 145 | 0 | 102 | 72 | 7 | 540 | 122 | 76 |
| Binary | 11101110 | 1010000 | 1100101 | 0 | 1000010 | 111010 | 111 | 101100000 | 1010010 | 111110 |
Color Harmonies of #EE5065
Complementary color
Monochromatic Colors of #EE5065
Black with #EE5065
Text Example
Text Example
White with #EE5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5065; }
p { color: rgb(238,80,101); }
H1.HeaderClassName
{
color: #EE5065;
}
.AnyTagClassName
{
color: #EE5065;
}
</style>
background-color css
<style>
a { background-color: #EE5065; }
a { background-color: rgb(238,80,101); }
div.DivClassName
{
background-color: #EE5065;
}
.BgClassName
{
background-color: #EE5065;
}
</style>
border-color css
<style>
span { border-color: #EE5065; }
span { border-color: rgb(238,80,101); }
td.TdClassName
{
border-color: #EE5065;
}
.TagClassName
{
border-color: #EE5065;
}
</style>