Shades of Wild Watermelon #EF5363
Tints of Wild Watermelon #EF5363
RGB
CMYK
RGB Variations
Color information
#EF5363 (or 0xEF5363) is known color: Wild Watermelon. HEX triplet: EF, 53 and 63. RGB value is (239,83,99). Sum of RGB (Red+Green+Blue) = 239+83+99=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5363 is #10AC9C. Grayscale: #838383. Windows color (decimal): -1092765 or 6509551. OLE color: 6509551.
HSL color Cylindrical-coordinate representation of color #EF5363: hue angle of 353.85º 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 #EF5363 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 99 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.06 |
| HSL | 353.85º | 0.83% | 0.63% | - |
| HSV(B) | 353.85º | 0.65% | 0.94% | - |
| XYZ | 40.94 | 25.44 | 14.56 | - |
| YUV | 131.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 99 | 0 | 0.65 | 0.59 | 0.06 | 353.85 | 0.83 | 0.63 |
| Hex | EF | 53 | 63 | 0 | 41 | 3B | 6 | 162 | 53 | 3F |
| Octal | 357 | 123 | 143 | 0 | 101 | 73 | 6 | 542 | 123 | 77 |
| Binary | 11101111 | 1010011 | 1100011 | 0 | 1000001 | 111011 | 110 | 101100010 | 1010011 | 111111 |
Color Harmonies of #EF5363
Complementary color
Monochromatic Colors of #EF5363
Black with #EF5363
Text Example
Text Example
White with #EF5363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5363; }
p { color: rgb(239,83,99); }
H1.HeaderClassName
{
color: #EF5363;
}
.AnyTagClassName
{
color: #EF5363;
}
</style>
background-color css
<style>
a { background-color: #EF5363; }
a { background-color: rgb(239,83,99); }
div.DivClassName
{
background-color: #EF5363;
}
.BgClassName
{
background-color: #EF5363;
}
</style>
border-color css
<style>
span { border-color: #EF5363; }
span { border-color: rgb(239,83,99); }
td.TdClassName
{
border-color: #EF5363;
}
.TagClassName
{
border-color: #EF5363;
}
</style>