Shades of Wild Watermelon #EE515E
Tints of Wild Watermelon #EE515E
RGB
CMYK
RGB Variations
Color information
#EE515E (or 0xEE515E) is known color: Wild Watermelon. HEX triplet: EE, 51 and 5E. RGB value is (238,81,94). Sum of RGB (Red+Green+Blue) = 238+81+94=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE515E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE515E is #11AEA1. Grayscale: #818181. Windows color (decimal): -1158818 or 6181358. OLE color: 6181358.
HSL color Cylindrical-coordinate representation of color #EE515E: hue angle of 355.03º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE515E is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 94 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.07 |
| HSL | 355.03º | 0.82% | 0.63% | - |
| HSV(B) | 355.03º | 0.66% | 0.93% | - |
| XYZ | 40.22 | 24.87 | 13.27 | - |
| YUV | 129.43 | 108.01 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 94 | 0 | 0.66 | 0.61 | 0.07 | 355.03 | 0.82 | 0.63 |
| Hex | EE | 51 | 5E | 0 | 42 | 3D | 7 | 163 | 52 | 3F |
| Octal | 356 | 121 | 136 | 0 | 102 | 75 | 7 | 543 | 122 | 77 |
| Binary | 11101110 | 1010001 | 1011110 | 0 | 1000010 | 111101 | 111 | 101100011 | 1010010 | 111111 |
Color Harmonies of #EE515E
Complementary color
Monochromatic Colors of #EE515E
Black with #EE515E
Text Example
Text Example
White with #EE515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE515E; }
p { color: rgb(238,81,94); }
H1.HeaderClassName
{
color: #EE515E;
}
.AnyTagClassName
{
color: #EE515E;
}
</style>
background-color css
<style>
a { background-color: #EE515E; }
a { background-color: rgb(238,81,94); }
div.DivClassName
{
background-color: #EE515E;
}
.BgClassName
{
background-color: #EE515E;
}
</style>
border-color css
<style>
span { border-color: #EE515E; }
span { border-color: rgb(238,81,94); }
td.TdClassName
{
border-color: #EE515E;
}
.TagClassName
{
border-color: #EE515E;
}
</style>