Shades of Wild Watermelon #EF5A70
Tints of Wild Watermelon #EF5A70
RGB
CMYK
RGB Variations
Color information
#EF5A70 (or 0xEF5A70) is known color: Wild Watermelon. HEX triplet: EF, 5A and 70. RGB value is (239,90,112). Sum of RGB (Red+Green+Blue) = 239+90+112=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5A70 is #10A58F. Grayscale: #898989. Windows color (decimal): -1090960 or 7363311. OLE color: 7363311.
HSL color Cylindrical-coordinate representation of color #EF5A70: hue angle of 351.14º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5A70 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 112 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.06 |
| HSL | 351.14º | 0.82% | 0.65% | - |
| HSV(B) | 351.14º | 0.62% | 0.94% | - |
| XYZ | 42.18 | 26.83 | 18.29 | - |
| YUV | 137.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 112 | 0 | 0.62 | 0.53 | 0.06 | 351.14 | 0.82 | 0.65 |
| Hex | EF | 5A | 70 | 0 | 3E | 35 | 6 | 15F | 52 | 41 |
| Octal | 357 | 132 | 160 | 0 | 76 | 65 | 6 | 537 | 122 | 101 |
| Binary | 11101111 | 1011010 | 1110000 | 0 | 111110 | 110101 | 110 | 101011111 | 1010010 | 1000001 |
Color Harmonies of #EF5A70
Complementary color
Monochromatic Colors of #EF5A70
Black with #EF5A70
Text Example
Text Example
White with #EF5A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A70; }
p { color: rgb(239,90,112); }
H1.HeaderClassName
{
color: #EF5A70;
}
.AnyTagClassName
{
color: #EF5A70;
}
</style>
background-color css
<style>
a { background-color: #EF5A70; }
a { background-color: rgb(239,90,112); }
div.DivClassName
{
background-color: #EF5A70;
}
.BgClassName
{
background-color: #EF5A70;
}
</style>
border-color css
<style>
span { border-color: #EF5A70; }
span { border-color: rgb(239,90,112); }
td.TdClassName
{
border-color: #EF5A70;
}
.TagClassName
{
border-color: #EF5A70;
}
</style>