Shades of Wild Watermelon #EF515F
Tints of Wild Watermelon #EF515F
RGB
CMYK
RGB Variations
Color information
#EF515F (or 0xEF515F) is known color: Wild Watermelon. HEX triplet: EF, 51 and 5F. RGB value is (239,81,95). Sum of RGB (Red+Green+Blue) = 239+81+95=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF515F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF515F is #10AEA0. Grayscale: #818181. Windows color (decimal): -1093281 or 6246895. OLE color: 6246895.
HSL color Cylindrical-coordinate representation of color #EF515F: hue angle of 354.68º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF515F is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 95 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.06 |
| HSL | 354.68º | 0.83% | 0.63% | - |
| HSV(B) | 354.68º | 0.66% | 0.94% | - |
| XYZ | 40.6 | 25.06 | 13.52 | - |
| YUV | 129.84 | 108.35 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 95 | 0 | 0.66 | 0.60 | 0.06 | 354.68 | 0.83 | 0.63 |
| Hex | EF | 51 | 5F | 0 | 42 | 3C | 6 | 163 | 53 | 3F |
| Octal | 357 | 121 | 137 | 0 | 102 | 74 | 6 | 543 | 123 | 77 |
| Binary | 11101111 | 1010001 | 1011111 | 0 | 1000010 | 111100 | 110 | 101100011 | 1010011 | 111111 |
Color Harmonies of #EF515F
Complementary color
Monochromatic Colors of #EF515F
Black with #EF515F
Text Example
Text Example
White with #EF515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF515F; }
p { color: rgb(239,81,95); }
H1.HeaderClassName
{
color: #EF515F;
}
.AnyTagClassName
{
color: #EF515F;
}
</style>
background-color css
<style>
a { background-color: #EF515F; }
a { background-color: rgb(239,81,95); }
div.DivClassName
{
background-color: #EF515F;
}
.BgClassName
{
background-color: #EF515F;
}
</style>
border-color css
<style>
span { border-color: #EF515F; }
span { border-color: rgb(239,81,95); }
td.TdClassName
{
border-color: #EF515F;
}
.TagClassName
{
border-color: #EF515F;
}
</style>