Shades of Wild Watermelon #EA5568
Tints of Wild Watermelon #EA5568
RGB
CMYK
RGB Variations
Color information
#EA5568 (or 0xEA5568) is known color: Wild Watermelon. HEX triplet: EA, 55 and 68. RGB value is (234,85,104). Sum of RGB (Red+Green+Blue) = 234+85+104=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5568 is #15AA97. Grayscale: #838383. Windows color (decimal): -1419928 or 6837738. OLE color: 6837738.
HSL color Cylindrical-coordinate representation of color #EA5568: hue angle of 352.35º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5568 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 104 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.08 |
| HSL | 352.35º | 0.78% | 0.63% | - |
| HSV(B) | 352.35º | 0.64% | 0.92% | - |
| XYZ | 39.68 | 24.99 | 15.83 | - |
| YUV | 131.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 104 | 0 | 0.64 | 0.56 | 0.08 | 352.35 | 0.78 | 0.63 |
| Hex | EA | 55 | 68 | 0 | 40 | 38 | 8 | 160 | 4E | 3F |
| Octal | 352 | 125 | 150 | 0 | 100 | 70 | 10 | 540 | 116 | 77 |
| Binary | 11101010 | 1010101 | 1101000 | 0 | 1000000 | 111000 | 1000 | 101100000 | 1001110 | 111111 |
Color Harmonies of #EA5568
Complementary color
Monochromatic Colors of #EA5568
Black with #EA5568
Text Example
Text Example
White with #EA5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5568; }
p { color: rgb(234,85,104); }
H1.HeaderClassName
{
color: #EA5568;
}
.AnyTagClassName
{
color: #EA5568;
}
</style>
background-color css
<style>
a { background-color: #EA5568; }
a { background-color: rgb(234,85,104); }
div.DivClassName
{
background-color: #EA5568;
}
.BgClassName
{
background-color: #EA5568;
}
</style>
border-color css
<style>
span { border-color: #EA5568; }
span { border-color: rgb(234,85,104); }
td.TdClassName
{
border-color: #EA5568;
}
.TagClassName
{
border-color: #EA5568;
}
</style>