Shades of Wild Watermelon #EF6073
Tints of Wild Watermelon #EF6073
RGB
CMYK
RGB Variations
Color information
#EF6073 (or 0xEF6073) is known color: Wild Watermelon. HEX triplet: EF, 60 and 73. RGB value is (239,96,115). Sum of RGB (Red+Green+Blue) = 239+96+115=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6073 is #109F8C. Grayscale: #8C8C8C. Windows color (decimal): -1089421 or 7561455. OLE color: 7561455.
HSL color Cylindrical-coordinate representation of color #EF6073: hue angle of 352.03º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF6073 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 115 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.06 |
| HSL | 352.03º | 0.82% | 0.66% | - |
| HSV(B) | 352.03º | 0.6% | 0.94% | - |
| XYZ | 42.87 | 27.95 | 19.36 | - |
| YUV | 140.92 | 113.38 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 115 | 0 | 0.60 | 0.52 | 0.06 | 352.03 | 0.82 | 0.66 |
| Hex | EF | 60 | 73 | 0 | 3C | 34 | 6 | 160 | 52 | 42 |
| Octal | 357 | 140 | 163 | 0 | 74 | 64 | 6 | 540 | 122 | 102 |
| Binary | 11101111 | 1100000 | 1110011 | 0 | 111100 | 110100 | 110 | 101100000 | 1010010 | 1000010 |
Color Harmonies of #EF6073
Complementary color
Monochromatic Colors of #EF6073
Black with #EF6073
Text Example
Text Example
White with #EF6073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6073; }
p { color: rgb(239,96,115); }
H1.HeaderClassName
{
color: #EF6073;
}
.AnyTagClassName
{
color: #EF6073;
}
</style>
background-color css
<style>
a { background-color: #EF6073; }
a { background-color: rgb(239,96,115); }
div.DivClassName
{
background-color: #EF6073;
}
.BgClassName
{
background-color: #EF6073;
}
</style>
border-color css
<style>
span { border-color: #EF6073; }
span { border-color: rgb(239,96,115); }
td.TdClassName
{
border-color: #EF6073;
}
.TagClassName
{
border-color: #EF6073;
}
</style>