Shades of Wild Watermelon #EE556C
Tints of Wild Watermelon #EE556C
RGB
CMYK
RGB Variations
Color information
#EE556C (or 0xEE556C) is known color: Wild Watermelon. HEX triplet: EE, 55 and 6C. RGB value is (238,85,108). Sum of RGB (Red+Green+Blue) = 238+85+108=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE556C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE556C is #11AA93. Grayscale: #858585. Windows color (decimal): -1157780 or 7099886. OLE color: 7099886.
HSL color Cylindrical-coordinate representation of color #EE556C: hue angle of 350.98º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE556C is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 108 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.07 |
| HSL | 350.98º | 0.82% | 0.63% | - |
| HSV(B) | 350.98º | 0.64% | 0.93% | - |
| XYZ | 41.22 | 25.76 | 16.99 | - |
| YUV | 133.37 | 113.69 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 108 | 0 | 0.64 | 0.55 | 0.07 | 350.98 | 0.82 | 0.63 |
| Hex | EE | 55 | 6C | 0 | 40 | 37 | 7 | 15F | 52 | 3F |
| Octal | 356 | 125 | 154 | 0 | 100 | 67 | 7 | 537 | 122 | 77 |
| Binary | 11101110 | 1010101 | 1101100 | 0 | 1000000 | 110111 | 111 | 101011111 | 1010010 | 111111 |
Color Harmonies of #EE556C
Complementary color
Monochromatic Colors of #EE556C
Black with #EE556C
Text Example
Text Example
White with #EE556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE556C; }
p { color: rgb(238,85,108); }
H1.HeaderClassName
{
color: #EE556C;
}
.AnyTagClassName
{
color: #EE556C;
}
</style>
background-color css
<style>
a { background-color: #EE556C; }
a { background-color: rgb(238,85,108); }
div.DivClassName
{
background-color: #EE556C;
}
.BgClassName
{
background-color: #EE556C;
}
</style>
border-color css
<style>
span { border-color: #EE556C; }
span { border-color: rgb(238,85,108); }
td.TdClassName
{
border-color: #EE556C;
}
.TagClassName
{
border-color: #EE556C;
}
</style>