Shades of Wild Watermelon #EF536E
Tints of Wild Watermelon #EF536E
RGB
CMYK
RGB Variations
Color information
#EF536E (or 0xEF536E) is known color: Wild Watermelon. HEX triplet: EF, 53 and 6E. RGB value is (239,83,110). Sum of RGB (Red+Green+Blue) = 239+83+110=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF536E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF536E is #10AC91. Grayscale: #848484. Windows color (decimal): -1092754 or 7230447. OLE color: 7230447.
HSL color Cylindrical-coordinate representation of color #EF536E: hue angle of 349.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF536E is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 110 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.06 |
| HSL | 349.62º | 0.83% | 0.63% | - |
| HSV(B) | 349.62º | 0.65% | 0.94% | - |
| XYZ | 41.5 | 25.66 | 17.52 | - |
| YUV | 132.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 110 | 0 | 0.65 | 0.54 | 0.06 | 349.62 | 0.83 | 0.63 |
| Hex | EF | 53 | 6E | 0 | 41 | 36 | 6 | 15E | 53 | 3F |
| Octal | 357 | 123 | 156 | 0 | 101 | 66 | 6 | 536 | 123 | 77 |
| Binary | 11101111 | 1010011 | 1101110 | 0 | 1000001 | 110110 | 110 | 101011110 | 1010011 | 111111 |
Color Harmonies of #EF536E
Complementary color
Monochromatic Colors of #EF536E
Black with #EF536E
Text Example
Text Example
White with #EF536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF536E; }
p { color: rgb(239,83,110); }
H1.HeaderClassName
{
color: #EF536E;
}
.AnyTagClassName
{
color: #EF536E;
}
</style>
background-color css
<style>
a { background-color: #EF536E; }
a { background-color: rgb(239,83,110); }
div.DivClassName
{
background-color: #EF536E;
}
.BgClassName
{
background-color: #EF536E;
}
</style>
border-color css
<style>
span { border-color: #EF536E; }
span { border-color: rgb(239,83,110); }
td.TdClassName
{
border-color: #EF536E;
}
.TagClassName
{
border-color: #EF536E;
}
</style>