Shades of Wild Watermelon #EF545D
Tints of Wild Watermelon #EF545D
RGB
CMYK
RGB Variations
Color information
#EF545D (or 0xEF545D) is known color: Wild Watermelon. HEX triplet: EF, 54 and 5D. RGB value is (239,84,93). Sum of RGB (Red+Green+Blue) = 239+84+93=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF545D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF545D is #10ABA2. Grayscale: #838383. Windows color (decimal): -1092515 or 6116591. OLE color: 6116591.
HSL color Cylindrical-coordinate representation of color #EF545D: hue angle of 356.52º 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 #EF545D is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 93 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.06 |
| HSL | 356.52º | 0.83% | 0.63% | - |
| HSV(B) | 356.52º | 0.65% | 0.94% | - |
| XYZ | 40.74 | 25.48 | 13.13 | - |
| YUV | 131.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 93 | 0 | 0.65 | 0.61 | 0.06 | 356.52 | 0.83 | 0.63 |
| Hex | EF | 54 | 5D | 0 | 41 | 3D | 6 | 165 | 53 | 3F |
| Octal | 357 | 124 | 135 | 0 | 101 | 75 | 6 | 545 | 123 | 77 |
| Binary | 11101111 | 1010100 | 1011101 | 0 | 1000001 | 111101 | 110 | 101100101 | 1010011 | 111111 |
Color Harmonies of #EF545D
Complementary color
Monochromatic Colors of #EF545D
Black with #EF545D
Text Example
Text Example
White with #EF545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF545D; }
p { color: rgb(239,84,93); }
H1.HeaderClassName
{
color: #EF545D;
}
.AnyTagClassName
{
color: #EF545D;
}
</style>
background-color css
<style>
a { background-color: #EF545D; }
a { background-color: rgb(239,84,93); }
div.DivClassName
{
background-color: #EF545D;
}
.BgClassName
{
background-color: #EF545D;
}
</style>
border-color css
<style>
span { border-color: #EF545D; }
span { border-color: rgb(239,84,93); }
td.TdClassName
{
border-color: #EF545D;
}
.TagClassName
{
border-color: #EF545D;
}
</style>