Shades of Wild Watermelon #EE536F
Tints of Wild Watermelon #EE536F
RGB
CMYK
RGB Variations
Color information
#EE536F (or 0xEE536F) is known color: Wild Watermelon. HEX triplet: EE, 53 and 6F. RGB value is (238,83,111). Sum of RGB (Red+Green+Blue) = 238+83+111=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE536F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE536F is #11AC90. Grayscale: #848484. Windows color (decimal): -1158289 or 7295982. OLE color: 7295982.
HSL color Cylindrical-coordinate representation of color #EE536F: hue angle of 349.16º 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 #EE536F is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 111 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.07 |
| HSL | 349.16º | 0.82% | 0.63% | - |
| HSV(B) | 349.16º | 0.65% | 0.93% | - |
| XYZ | 41.22 | 25.51 | 17.79 | - |
| YUV | 132.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 111 | 0 | 0.65 | 0.53 | 0.07 | 349.16 | 0.82 | 0.63 |
| Hex | EE | 53 | 6F | 0 | 41 | 35 | 7 | 15D | 52 | 3F |
| Octal | 356 | 123 | 157 | 0 | 101 | 65 | 7 | 535 | 122 | 77 |
| Binary | 11101110 | 1010011 | 1101111 | 0 | 1000001 | 110101 | 111 | 101011101 | 1010010 | 111111 |
Color Harmonies of #EE536F
Complementary color
Monochromatic Colors of #EE536F
Black with #EE536F
Text Example
Text Example
White with #EE536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE536F; }
p { color: rgb(238,83,111); }
H1.HeaderClassName
{
color: #EE536F;
}
.AnyTagClassName
{
color: #EE536F;
}
</style>
background-color css
<style>
a { background-color: #EE536F; }
a { background-color: rgb(238,83,111); }
div.DivClassName
{
background-color: #EE536F;
}
.BgClassName
{
background-color: #EE536F;
}
</style>
border-color css
<style>
span { border-color: #EE536F; }
span { border-color: rgb(238,83,111); }
td.TdClassName
{
border-color: #EE536F;
}
.TagClassName
{
border-color: #EE536F;
}
</style>