Shades of Wild Watermelon #EE5470
Tints of Wild Watermelon #EE5470
RGB
CMYK
RGB Variations
Color information
#EE5470 (or 0xEE5470) is known color: Wild Watermelon. HEX triplet: EE, 54 and 70. RGB value is (238,84,112). Sum of RGB (Red+Green+Blue) = 238+84+112=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5470 is #11AB8F. Grayscale: #858585. Windows color (decimal): -1158032 or 7361774. OLE color: 7361774.
HSL color Cylindrical-coordinate representation of color #EE5470: hue angle of 349.09º 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 #EE5470 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 112 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.07 |
| HSL | 349.09º | 0.82% | 0.63% | - |
| HSV(B) | 349.09º | 0.65% | 0.93% | - |
| XYZ | 41.35 | 25.69 | 18.11 | - |
| YUV | 133.24 | 116.02 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 112 | 0 | 0.65 | 0.53 | 0.07 | 349.09 | 0.82 | 0.63 |
| Hex | EE | 54 | 70 | 0 | 41 | 35 | 7 | 15D | 52 | 3F |
| Octal | 356 | 124 | 160 | 0 | 101 | 65 | 7 | 535 | 122 | 77 |
| Binary | 11101110 | 1010100 | 1110000 | 0 | 1000001 | 110101 | 111 | 101011101 | 1010010 | 111111 |
Color Harmonies of #EE5470
Complementary color
Monochromatic Colors of #EE5470
Black with #EE5470
Text Example
Text Example
White with #EE5470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5470; }
p { color: rgb(238,84,112); }
H1.HeaderClassName
{
color: #EE5470;
}
.AnyTagClassName
{
color: #EE5470;
}
</style>
background-color css
<style>
a { background-color: #EE5470; }
a { background-color: rgb(238,84,112); }
div.DivClassName
{
background-color: #EE5470;
}
.BgClassName
{
background-color: #EE5470;
}
</style>
border-color css
<style>
span { border-color: #EE5470; }
span { border-color: rgb(238,84,112); }
td.TdClassName
{
border-color: #EE5470;
}
.TagClassName
{
border-color: #EE5470;
}
</style>