Shades of Wild Watermelon #EF5364
Tints of Wild Watermelon #EF5364
RGB
CMYK
RGB Variations
Color information
#EF5364 (or 0xEF5364) is known color: Wild Watermelon. HEX triplet: EF, 53 and 64. RGB value is (239,83,100). Sum of RGB (Red+Green+Blue) = 239+83+100=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5364 is #10AC9B. Grayscale: #838383. Windows color (decimal): -1092764 or 6575087. OLE color: 6575087.
HSL color Cylindrical-coordinate representation of color #EF5364: hue angle of 353.46º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF5364 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 100 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.06 |
| HSL | 353.46º | 0.83% | 0.63% | - |
| HSV(B) | 353.46º | 0.65% | 0.94% | - |
| XYZ | 40.99 | 25.46 | 14.81 | - |
| YUV | 131.58 | 110.18 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 100 | 0 | 0.65 | 0.58 | 0.06 | 353.46 | 0.83 | 0.63 |
| Hex | EF | 53 | 64 | 0 | 41 | 3A | 6 | 161 | 53 | 3F |
| Octal | 357 | 123 | 144 | 0 | 101 | 72 | 6 | 541 | 123 | 77 |
| Binary | 11101111 | 1010011 | 1100100 | 0 | 1000001 | 111010 | 110 | 101100001 | 1010011 | 111111 |
Color Harmonies of #EF5364
Complementary color
Monochromatic Colors of #EF5364
Black with #EF5364
Text Example
Text Example
White with #EF5364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5364; }
p { color: rgb(239,83,100); }
H1.HeaderClassName
{
color: #EF5364;
}
.AnyTagClassName
{
color: #EF5364;
}
</style>
background-color css
<style>
a { background-color: #EF5364; }
a { background-color: rgb(239,83,100); }
div.DivClassName
{
background-color: #EF5364;
}
.BgClassName
{
background-color: #EF5364;
}
</style>
border-color css
<style>
span { border-color: #EF5364; }
span { border-color: rgb(239,83,100); }
td.TdClassName
{
border-color: #EF5364;
}
.TagClassName
{
border-color: #EF5364;
}
</style>