Shades of Wild Watermelon #EE5461
Tints of Wild Watermelon #EE5461
RGB
CMYK
RGB Variations
Color information
#EE5461 (or 0xEE5461) is known color: Wild Watermelon. HEX triplet: EE, 54 and 61. RGB value is (238,84,97). Sum of RGB (Red+Green+Blue) = 238+84+97=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5461 is #11AB9E. Grayscale: #838383. Windows color (decimal): -1158047 or 6378734. OLE color: 6378734.
HSL color Cylindrical-coordinate representation of color #EE5461: hue angle of 354.94º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE5461 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 97 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.07 |
| HSL | 354.94º | 0.82% | 0.63% | - |
| HSV(B) | 354.94º | 0.65% | 0.93% | - |
| XYZ | 40.59 | 25.38 | 14.07 | - |
| YUV | 131.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 97 | 0 | 0.65 | 0.59 | 0.07 | 354.94 | 0.82 | 0.63 |
| Hex | EE | 54 | 61 | 0 | 41 | 3B | 7 | 163 | 52 | 3F |
| Octal | 356 | 124 | 141 | 0 | 101 | 73 | 7 | 543 | 122 | 77 |
| Binary | 11101110 | 1010100 | 1100001 | 0 | 1000001 | 111011 | 111 | 101100011 | 1010010 | 111111 |
Color Harmonies of #EE5461
Complementary color
Monochromatic Colors of #EE5461
Black with #EE5461
Text Example
Text Example
White with #EE5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5461; }
p { color: rgb(238,84,97); }
H1.HeaderClassName
{
color: #EE5461;
}
.AnyTagClassName
{
color: #EE5461;
}
</style>
background-color css
<style>
a { background-color: #EE5461; }
a { background-color: rgb(238,84,97); }
div.DivClassName
{
background-color: #EE5461;
}
.BgClassName
{
background-color: #EE5461;
}
</style>
border-color css
<style>
span { border-color: #EE5461; }
span { border-color: rgb(238,84,97); }
td.TdClassName
{
border-color: #EE5461;
}
.TagClassName
{
border-color: #EE5461;
}
</style>