Shades of Wild Watermelon #EF535E
Tints of Wild Watermelon #EF535E
RGB
CMYK
RGB Variations
Color information
#EF535E (or 0xEF535E) is known color: Wild Watermelon. HEX triplet: EF, 53 and 5E. RGB value is (239,83,94). Sum of RGB (Red+Green+Blue) = 239+83+94=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF535E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF535E is #10ACA1. Grayscale: #838383. Windows color (decimal): -1092770 or 6181871. OLE color: 6181871.
HSL color Cylindrical-coordinate representation of color #EF535E: hue angle of 355.77º 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 #EF535E is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 94 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.06 |
| HSL | 355.77º | 0.83% | 0.63% | - |
| HSV(B) | 355.77º | 0.65% | 0.94% | - |
| XYZ | 40.71 | 25.35 | 13.34 | - |
| YUV | 130.9 | 107.18 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 94 | 0 | 0.65 | 0.61 | 0.06 | 355.77 | 0.83 | 0.63 |
| Hex | EF | 53 | 5E | 0 | 41 | 3D | 6 | 164 | 53 | 3F |
| Octal | 357 | 123 | 136 | 0 | 101 | 75 | 6 | 544 | 123 | 77 |
| Binary | 11101111 | 1010011 | 1011110 | 0 | 1000001 | 111101 | 110 | 101100100 | 1010011 | 111111 |
Color Harmonies of #EF535E
Complementary color
Monochromatic Colors of #EF535E
Black with #EF535E
Text Example
Text Example
White with #EF535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF535E; }
p { color: rgb(239,83,94); }
H1.HeaderClassName
{
color: #EF535E;
}
.AnyTagClassName
{
color: #EF535E;
}
</style>
background-color css
<style>
a { background-color: #EF535E; }
a { background-color: rgb(239,83,94); }
div.DivClassName
{
background-color: #EF535E;
}
.BgClassName
{
background-color: #EF535E;
}
</style>
border-color css
<style>
span { border-color: #EF535E; }
span { border-color: rgb(239,83,94); }
td.TdClassName
{
border-color: #EF535E;
}
.TagClassName
{
border-color: #EF535E;
}
</style>