Shades of Wild Watermelon #EE5261
Tints of Wild Watermelon #EE5261
RGB
CMYK
RGB Variations
Color information
#EE5261 (or 0xEE5261) is known color: Wild Watermelon. HEX triplet: EE, 52 and 61. RGB value is (238,82,97). Sum of RGB (Red+Green+Blue) = 238+82+97=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5261 is #11AD9E. Grayscale: #828282. Windows color (decimal): -1158559 or 6378222. OLE color: 6378222.
HSL color Cylindrical-coordinate representation of color #EE5261: hue angle of 354.23º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5261 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 97 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.07 |
| HSL | 354.23º | 0.82% | 0.63% | - |
| HSV(B) | 354.23º | 0.66% | 0.93% | - |
| XYZ | 40.43 | 25.07 | 14.02 | - |
| YUV | 130.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 97 | 0 | 0.66 | 0.59 | 0.07 | 354.23 | 0.82 | 0.63 |
| Hex | EE | 52 | 61 | 0 | 42 | 3B | 7 | 162 | 52 | 3F |
| Octal | 356 | 122 | 141 | 0 | 102 | 73 | 7 | 542 | 122 | 77 |
| Binary | 11101110 | 1010010 | 1100001 | 0 | 1000010 | 111011 | 111 | 101100010 | 1010010 | 111111 |
Color Harmonies of #EE5261
Complementary color
Monochromatic Colors of #EE5261
Black with #EE5261
Text Example
Text Example
White with #EE5261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5261; }
p { color: rgb(238,82,97); }
H1.HeaderClassName
{
color: #EE5261;
}
.AnyTagClassName
{
color: #EE5261;
}
</style>
background-color css
<style>
a { background-color: #EE5261; }
a { background-color: rgb(238,82,97); }
div.DivClassName
{
background-color: #EE5261;
}
.BgClassName
{
background-color: #EE5261;
}
</style>
border-color css
<style>
span { border-color: #EE5261; }
span { border-color: rgb(238,82,97); }
td.TdClassName
{
border-color: #EE5261;
}
.TagClassName
{
border-color: #EE5261;
}
</style>