Shades of Wild Watermelon #EF555D
Tints of Wild Watermelon #EF555D
RGB
CMYK
RGB Variations
Color information
#EF555D (or 0xEF555D) is known color: Wild Watermelon. HEX triplet: EF, 55 and 5D. RGB value is (239,85,93). Sum of RGB (Red+Green+Blue) = 239+85+93=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF555D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF555D is #10AAA2. Grayscale: #848484. Windows color (decimal): -1092259 or 6116847. OLE color: 6116847.
HSL color Cylindrical-coordinate representation of color #EF555D: hue angle of 356.88º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF555D is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 93 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.06 |
| HSL | 356.88º | 0.83% | 0.64% | - |
| HSV(B) | 356.88º | 0.64% | 0.94% | - |
| XYZ | 40.82 | 25.64 | 13.15 | - |
| YUV | 131.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 93 | 0 | 0.64 | 0.61 | 0.06 | 356.88 | 0.83 | 0.64 |
| Hex | EF | 55 | 5D | 0 | 40 | 3D | 6 | 165 | 53 | 40 |
| Octal | 357 | 125 | 135 | 0 | 100 | 75 | 6 | 545 | 123 | 100 |
| Binary | 11101111 | 1010101 | 1011101 | 0 | 1000000 | 111101 | 110 | 101100101 | 1010011 | 1000000 |
Color Harmonies of #EF555D
Complementary color
Monochromatic Colors of #EF555D
Black with #EF555D
Text Example
Text Example
White with #EF555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF555D; }
p { color: rgb(239,85,93); }
H1.HeaderClassName
{
color: #EF555D;
}
.AnyTagClassName
{
color: #EF555D;
}
</style>
background-color css
<style>
a { background-color: #EF555D; }
a { background-color: rgb(239,85,93); }
div.DivClassName
{
background-color: #EF555D;
}
.BgClassName
{
background-color: #EF555D;
}
</style>
border-color css
<style>
span { border-color: #EF555D; }
span { border-color: rgb(239,85,93); }
td.TdClassName
{
border-color: #EF555D;
}
.TagClassName
{
border-color: #EF555D;
}
</style>