Shades of Wild Watermelon #EF5E6C
Tints of Wild Watermelon #EF5E6C
RGB
CMYK
RGB Variations
Color information
#EF5E6C (or 0xEF5E6C) is known color: Wild Watermelon. HEX triplet: EF, 5E and 6C. RGB value is (239,94,108). Sum of RGB (Red+Green+Blue) = 239+94+108=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E6C is #10A193. Grayscale: #8B8B8B. Windows color (decimal): -1089940 or 7102191. OLE color: 7102191.
HSL color Cylindrical-coordinate representation of color #EF5E6C: hue angle of 354.21º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5E6C is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 108 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.06 |
| HSL | 354.21º | 0.82% | 0.65% | - |
| HSV(B) | 354.21º | 0.61% | 0.94% | - |
| XYZ | 42.31 | 27.44 | 17.25 | - |
| YUV | 138.95 | 110.54 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 108 | 0 | 0.61 | 0.55 | 0.06 | 354.21 | 0.82 | 0.65 |
| Hex | EF | 5E | 6C | 0 | 3D | 37 | 6 | 162 | 52 | 41 |
| Octal | 357 | 136 | 154 | 0 | 75 | 67 | 6 | 542 | 122 | 101 |
| Binary | 11101111 | 1011110 | 1101100 | 0 | 111101 | 110111 | 110 | 101100010 | 1010010 | 1000001 |
Color Harmonies of #EF5E6C
Complementary color
Monochromatic Colors of #EF5E6C
Black with #EF5E6C
Text Example
Text Example
White with #EF5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E6C; }
p { color: rgb(239,94,108); }
H1.HeaderClassName
{
color: #EF5E6C;
}
.AnyTagClassName
{
color: #EF5E6C;
}
</style>
background-color css
<style>
a { background-color: #EF5E6C; }
a { background-color: rgb(239,94,108); }
div.DivClassName
{
background-color: #EF5E6C;
}
.BgClassName
{
background-color: #EF5E6C;
}
</style>
border-color css
<style>
span { border-color: #EF5E6C; }
span { border-color: rgb(239,94,108); }
td.TdClassName
{
border-color: #EF5E6C;
}
.TagClassName
{
border-color: #EF5E6C;
}
</style>