Shades of Wild Watermelon #EF5865
Tints of Wild Watermelon #EF5865
RGB
CMYK
RGB Variations
Color information
#EF5865 (or 0xEF5865) is known color: Wild Watermelon. HEX triplet: EF, 58 and 65. RGB value is (239,88,101). Sum of RGB (Red+Green+Blue) = 239+88+101=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5865 is #10A79A. Grayscale: #868686. Windows color (decimal): -1091483 or 6641903. OLE color: 6641903.
HSL color Cylindrical-coordinate representation of color #EF5865: hue angle of 354.83º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5865 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 101 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.06 |
| HSL | 354.83º | 0.83% | 0.64% | - |
| HSV(B) | 354.83º | 0.63% | 0.94% | - |
| XYZ | 41.44 | 26.27 | 15.2 | - |
| YUV | 134.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 101 | 0 | 0.63 | 0.58 | 0.06 | 354.83 | 0.83 | 0.64 |
| Hex | EF | 58 | 65 | 0 | 3F | 3A | 6 | 163 | 53 | 40 |
| Octal | 357 | 130 | 145 | 0 | 77 | 72 | 6 | 543 | 123 | 100 |
| Binary | 11101111 | 1011000 | 1100101 | 0 | 111111 | 111010 | 110 | 101100011 | 1010011 | 1000000 |
Color Harmonies of #EF5865
Complementary color
Monochromatic Colors of #EF5865
Black with #EF5865
Text Example
Text Example
White with #EF5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5865; }
p { color: rgb(239,88,101); }
H1.HeaderClassName
{
color: #EF5865;
}
.AnyTagClassName
{
color: #EF5865;
}
</style>
background-color css
<style>
a { background-color: #EF5865; }
a { background-color: rgb(239,88,101); }
div.DivClassName
{
background-color: #EF5865;
}
.BgClassName
{
background-color: #EF5865;
}
</style>
border-color css
<style>
span { border-color: #EF5865; }
span { border-color: rgb(239,88,101); }
td.TdClassName
{
border-color: #EF5865;
}
.TagClassName
{
border-color: #EF5865;
}
</style>