Shades of Wild Watermelon #EA576C
Tints of Wild Watermelon #EA576C
RGB
CMYK
RGB Variations
Color information
#EA576C (or 0xEA576C) is known color: Wild Watermelon. HEX triplet: EA, 57 and 6C. RGB value is (234,87,108). Sum of RGB (Red+Green+Blue) = 234+87+108=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA576C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA576C is #15A893. Grayscale: #858585. Windows color (decimal): -1419412 or 7100394. OLE color: 7100394.
HSL color Cylindrical-coordinate representation of color #EA576C: hue angle of 351.43º 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 #EA576C is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 87 | 108 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.08 |
| HSL | 351.43º | 0.78% | 0.63% | - |
| HSV(B) | 351.43º | 0.63% | 0.92% | - |
| XYZ | 40.05 | 25.39 | 16.98 | - |
| YUV | 133.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 87 | 108 | 0 | 0.63 | 0.54 | 0.08 | 351.43 | 0.78 | 0.63 |
| Hex | EA | 57 | 6C | 0 | 3F | 36 | 8 | 15F | 4E | 3F |
| Octal | 352 | 127 | 154 | 0 | 77 | 66 | 10 | 537 | 116 | 77 |
| Binary | 11101010 | 1010111 | 1101100 | 0 | 111111 | 110110 | 1000 | 101011111 | 1001110 | 111111 |
Color Harmonies of #EA576C
Complementary color
Monochromatic Colors of #EA576C
Black with #EA576C
Text Example
Text Example
White with #EA576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA576C; }
p { color: rgb(234,87,108); }
H1.HeaderClassName
{
color: #EA576C;
}
.AnyTagClassName
{
color: #EA576C;
}
</style>
background-color css
<style>
a { background-color: #EA576C; }
a { background-color: rgb(234,87,108); }
div.DivClassName
{
background-color: #EA576C;
}
.BgClassName
{
background-color: #EA576C;
}
</style>
border-color css
<style>
span { border-color: #EA576C; }
span { border-color: rgb(234,87,108); }
td.TdClassName
{
border-color: #EA576C;
}
.TagClassName
{
border-color: #EA576C;
}
</style>