Shades of Wild Watermelon #EA566D
Tints of Wild Watermelon #EA566D
RGB
CMYK
RGB Variations
Color information
#EA566D (or 0xEA566D) is known color: Wild Watermelon. HEX triplet: EA, 56 and 6D. RGB value is (234,86,109). Sum of RGB (Red+Green+Blue) = 234+86+109=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA566D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA566D is #15A992. Grayscale: #848484. Windows color (decimal): -1419667 or 7165674. OLE color: 7165674.
HSL color Cylindrical-coordinate representation of color #EA566D: hue angle of 350.68º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA566D is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 109 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.08 |
| HSL | 350.68º | 0.78% | 0.63% | - |
| HSV(B) | 350.68º | 0.63% | 0.92% | - |
| XYZ | 40.02 | 25.25 | 17.23 | - |
| YUV | 132.87 | 114.53 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 109 | 0 | 0.63 | 0.53 | 0.08 | 350.68 | 0.78 | 0.63 |
| Hex | EA | 56 | 6D | 0 | 3F | 35 | 8 | 15F | 4E | 3F |
| Octal | 352 | 126 | 155 | 0 | 77 | 65 | 10 | 537 | 116 | 77 |
| Binary | 11101010 | 1010110 | 1101101 | 0 | 111111 | 110101 | 1000 | 101011111 | 1001110 | 111111 |
Color Harmonies of #EA566D
Complementary color
Monochromatic Colors of #EA566D
Black with #EA566D
Text Example
Text Example
White with #EA566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA566D; }
p { color: rgb(234,86,109); }
H1.HeaderClassName
{
color: #EA566D;
}
.AnyTagClassName
{
color: #EA566D;
}
</style>
background-color css
<style>
a { background-color: #EA566D; }
a { background-color: rgb(234,86,109); }
div.DivClassName
{
background-color: #EA566D;
}
.BgClassName
{
background-color: #EA566D;
}
</style>
border-color css
<style>
span { border-color: #EA566D; }
span { border-color: rgb(234,86,109); }
td.TdClassName
{
border-color: #EA566D;
}
.TagClassName
{
border-color: #EA566D;
}
</style>