Shades of Wild Watermelon #EF5068
Tints of Wild Watermelon #EF5068
RGB
CMYK
RGB Variations
Color information
#EF5068 (or 0xEF5068) is known color: Wild Watermelon. HEX triplet: EF, 50 and 68. RGB value is (239,80,104). Sum of RGB (Red+Green+Blue) = 239+80+104=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5068 is #10AF97. Grayscale: #828282. Windows color (decimal): -1093528 or 6836463. OLE color: 6836463.
HSL color Cylindrical-coordinate representation of color #EF5068: hue angle of 350.94º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF5068 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 104 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.06 |
| HSL | 350.94º | 0.83% | 0.63% | - |
| HSV(B) | 350.94º | 0.67% | 0.94% | - |
| XYZ | 40.96 | 25.09 | 15.78 | - |
| YUV | 130.28 | 113.18 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 104 | 0 | 0.67 | 0.56 | 0.06 | 350.94 | 0.83 | 0.63 |
| Hex | EF | 50 | 68 | 0 | 43 | 38 | 6 | 15F | 53 | 3F |
| Octal | 357 | 120 | 150 | 0 | 103 | 70 | 6 | 537 | 123 | 77 |
| Binary | 11101111 | 1010000 | 1101000 | 0 | 1000011 | 111000 | 110 | 101011111 | 1010011 | 111111 |
Color Harmonies of #EF5068
Complementary color
Monochromatic Colors of #EF5068
Black with #EF5068
Text Example
Text Example
White with #EF5068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5068; }
p { color: rgb(239,80,104); }
H1.HeaderClassName
{
color: #EF5068;
}
.AnyTagClassName
{
color: #EF5068;
}
</style>
background-color css
<style>
a { background-color: #EF5068; }
a { background-color: rgb(239,80,104); }
div.DivClassName
{
background-color: #EF5068;
}
.BgClassName
{
background-color: #EF5068;
}
</style>
border-color css
<style>
span { border-color: #EF5068; }
span { border-color: rgb(239,80,104); }
td.TdClassName
{
border-color: #EF5068;
}
.TagClassName
{
border-color: #EF5068;
}
</style>