Shades of Wild Watermelon #EE5370
Tints of Wild Watermelon #EE5370
RGB
CMYK
RGB Variations
Color information
#EE5370 (or 0xEE5370) is known color: Wild Watermelon. HEX triplet: EE, 53 and 70. RGB value is (238,83,112). Sum of RGB (Red+Green+Blue) = 238+83+112=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5370 is #11AC8F. Grayscale: #848484. Windows color (decimal): -1158288 or 7361518. OLE color: 7361518.
HSL color Cylindrical-coordinate representation of color #EE5370: hue angle of 348.77º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE5370 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 112 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.07 |
| HSL | 348.77º | 0.82% | 0.63% | - |
| HSV(B) | 348.77º | 0.65% | 0.93% | - |
| XYZ | 41.28 | 25.53 | 18.08 | - |
| YUV | 132.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 112 | 0 | 0.65 | 0.53 | 0.07 | 348.77 | 0.82 | 0.63 |
| Hex | EE | 53 | 70 | 0 | 41 | 35 | 7 | 15D | 52 | 3F |
| Octal | 356 | 123 | 160 | 0 | 101 | 65 | 7 | 535 | 122 | 77 |
| Binary | 11101110 | 1010011 | 1110000 | 0 | 1000001 | 110101 | 111 | 101011101 | 1010010 | 111111 |
Color Harmonies of #EE5370
Complementary color
Monochromatic Colors of #EE5370
Black with #EE5370
Text Example
Text Example
White with #EE5370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5370; }
p { color: rgb(238,83,112); }
H1.HeaderClassName
{
color: #EE5370;
}
.AnyTagClassName
{
color: #EE5370;
}
</style>
background-color css
<style>
a { background-color: #EE5370; }
a { background-color: rgb(238,83,112); }
div.DivClassName
{
background-color: #EE5370;
}
.BgClassName
{
background-color: #EE5370;
}
</style>
border-color css
<style>
span { border-color: #EE5370; }
span { border-color: rgb(238,83,112); }
td.TdClassName
{
border-color: #EE5370;
}
.TagClassName
{
border-color: #EE5370;
}
</style>