Shades of Wild Watermelon #EF535C
Tints of Wild Watermelon #EF535C
RGB
CMYK
RGB Variations
Color information
#EF535C (or 0xEF535C) is known color: Wild Watermelon. HEX triplet: EF, 53 and 5C. RGB value is (239,83,92). Sum of RGB (Red+Green+Blue) = 239+83+92=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF535C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF535C is #10ACA3. Grayscale: #828282. Windows color (decimal): -1092772 or 6050799. OLE color: 6050799.
HSL color Cylindrical-coordinate representation of color #EF535C: hue angle of 356.54º 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 #EF535C is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 92 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.06 |
| HSL | 356.54º | 0.83% | 0.63% | - |
| HSV(B) | 356.54º | 0.65% | 0.94% | - |
| XYZ | 40.62 | 25.31 | 12.87 | - |
| YUV | 130.67 | 106.18 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 92 | 0 | 0.65 | 0.62 | 0.06 | 356.54 | 0.83 | 0.63 |
| Hex | EF | 53 | 5C | 0 | 41 | 3E | 6 | 165 | 53 | 3F |
| Octal | 357 | 123 | 134 | 0 | 101 | 76 | 6 | 545 | 123 | 77 |
| Binary | 11101111 | 1010011 | 1011100 | 0 | 1000001 | 111110 | 110 | 101100101 | 1010011 | 111111 |
Color Harmonies of #EF535C
Complementary color
Monochromatic Colors of #EF535C
Black with #EF535C
Text Example
Text Example
White with #EF535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF535C; }
p { color: rgb(239,83,92); }
H1.HeaderClassName
{
color: #EF535C;
}
.AnyTagClassName
{
color: #EF535C;
}
</style>
background-color css
<style>
a { background-color: #EF535C; }
a { background-color: rgb(239,83,92); }
div.DivClassName
{
background-color: #EF535C;
}
.BgClassName
{
background-color: #EF535C;
}
</style>
border-color css
<style>
span { border-color: #EF535C; }
span { border-color: rgb(239,83,92); }
td.TdClassName
{
border-color: #EF535C;
}
.TagClassName
{
border-color: #EF535C;
}
</style>