Shades of Wild Watermelon #EB5D74
Tints of Wild Watermelon #EB5D74
RGB
CMYK
RGB Variations
Color information
#EB5D74 (or 0xEB5D74) is known color: Wild Watermelon. HEX triplet: EB, 5D and 74. RGB value is (235,93,116). Sum of RGB (Red+Green+Blue) = 235+93+116=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5D74 is #14A28B. Grayscale: #8A8A8A. Windows color (decimal): -1352332 or 7626219. OLE color: 7626219.
HSL color Cylindrical-coordinate representation of color #EB5D74: hue angle of 350.28º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5D74 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 93 | 116 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.08 |
| HSL | 350.28º | 0.78% | 0.64% | - |
| HSV(B) | 350.28º | 0.6% | 0.92% | - |
| XYZ | 41.33 | 26.75 | 19.51 | - |
| YUV | 138.08 | 115.54 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 93 | 116 | 0 | 0.60 | 0.51 | 0.08 | 350.28 | 0.78 | 0.64 |
| Hex | EB | 5D | 74 | 0 | 3C | 33 | 8 | 15E | 4E | 40 |
| Octal | 353 | 135 | 164 | 0 | 74 | 63 | 10 | 536 | 116 | 100 |
| Binary | 11101011 | 1011101 | 1110100 | 0 | 111100 | 110011 | 1000 | 101011110 | 1001110 | 1000000 |
Color Harmonies of #EB5D74
Complementary color
Monochromatic Colors of #EB5D74
Black with #EB5D74
Text Example
Text Example
White with #EB5D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5D74; }
p { color: rgb(235,93,116); }
H1.HeaderClassName
{
color: #EB5D74;
}
.AnyTagClassName
{
color: #EB5D74;
}
</style>
background-color css
<style>
a { background-color: #EB5D74; }
a { background-color: rgb(235,93,116); }
div.DivClassName
{
background-color: #EB5D74;
}
.BgClassName
{
background-color: #EB5D74;
}
</style>
border-color css
<style>
span { border-color: #EB5D74; }
span { border-color: rgb(235,93,116); }
td.TdClassName
{
border-color: #EB5D74;
}
.TagClassName
{
border-color: #EB5D74;
}
</style>