Shades of Wild Watermelon #EF545C
Tints of Wild Watermelon #EF545C
RGB
CMYK
RGB Variations
Color information
#EF545C (or 0xEF545C) is known color: Wild Watermelon. HEX triplet: EF, 54 and 5C. RGB value is (239,84,92). Sum of RGB (Red+Green+Blue) = 239+84+92=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF545C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF545C is #10ABA3. Grayscale: #838383. Windows color (decimal): -1092516 or 6051055. OLE color: 6051055.
HSL color Cylindrical-coordinate representation of color #EF545C: hue angle of 356.9º 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 #EF545C is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 92 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.06 |
| HSL | 356.9º | 0.83% | 0.63% | - |
| HSV(B) | 356.9º | 0.65% | 0.94% | - |
| XYZ | 40.7 | 25.46 | 12.9 | - |
| YUV | 131.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 92 | 0 | 0.65 | 0.62 | 0.06 | 356.9 | 0.83 | 0.63 |
| Hex | EF | 54 | 5C | 0 | 41 | 3E | 6 | 165 | 53 | 3F |
| Octal | 357 | 124 | 134 | 0 | 101 | 76 | 6 | 545 | 123 | 77 |
| Binary | 11101111 | 1010100 | 1011100 | 0 | 1000001 | 111110 | 110 | 101100101 | 1010011 | 111111 |
Color Harmonies of #EF545C
Complementary color
Monochromatic Colors of #EF545C
Black with #EF545C
Text Example
Text Example
White with #EF545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF545C; }
p { color: rgb(239,84,92); }
H1.HeaderClassName
{
color: #EF545C;
}
.AnyTagClassName
{
color: #EF545C;
}
</style>
background-color css
<style>
a { background-color: #EF545C; }
a { background-color: rgb(239,84,92); }
div.DivClassName
{
background-color: #EF545C;
}
.BgClassName
{
background-color: #EF545C;
}
</style>
border-color css
<style>
span { border-color: #EF545C; }
span { border-color: rgb(239,84,92); }
td.TdClassName
{
border-color: #EF545C;
}
.TagClassName
{
border-color: #EF545C;
}
</style>