Shades of Wild Watermelon #EA586F
Tints of Wild Watermelon #EA586F
RGB
CMYK
RGB Variations
Color information
#EA586F (or 0xEA586F) is known color: Wild Watermelon. HEX triplet: EA, 58 and 6F. RGB value is (234,88,111). Sum of RGB (Red+Green+Blue) = 234+88+111=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA586F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA586F is #15A790. Grayscale: #868686. Windows color (decimal): -1419153 or 7297258. OLE color: 7297258.
HSL color Cylindrical-coordinate representation of color #EA586F: hue angle of 350.55º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA586F is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 111 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.08 |
| HSL | 350.55º | 0.78% | 0.63% | - |
| HSV(B) | 350.55º | 0.62% | 0.92% | - |
| XYZ | 40.29 | 25.62 | 17.86 | - |
| YUV | 134.28 | 114.87 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 111 | 0 | 0.62 | 0.53 | 0.08 | 350.55 | 0.78 | 0.63 |
| Hex | EA | 58 | 6F | 0 | 3E | 35 | 8 | 15F | 4E | 3F |
| Octal | 352 | 130 | 157 | 0 | 76 | 65 | 10 | 537 | 116 | 77 |
| Binary | 11101010 | 1011000 | 1101111 | 0 | 111110 | 110101 | 1000 | 101011111 | 1001110 | 111111 |
Color Harmonies of #EA586F
Complementary color
Monochromatic Colors of #EA586F
Black with #EA586F
Text Example
Text Example
White with #EA586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA586F; }
p { color: rgb(234,88,111); }
H1.HeaderClassName
{
color: #EA586F;
}
.AnyTagClassName
{
color: #EA586F;
}
</style>
background-color css
<style>
a { background-color: #EA586F; }
a { background-color: rgb(234,88,111); }
div.DivClassName
{
background-color: #EA586F;
}
.BgClassName
{
background-color: #EA586F;
}
</style>
border-color css
<style>
span { border-color: #EA586F; }
span { border-color: rgb(234,88,111); }
td.TdClassName
{
border-color: #EA586F;
}
.TagClassName
{
border-color: #EA586F;
}
</style>