Shades of Wild Watermelon #EE556B
Tints of Wild Watermelon #EE556B
RGB
CMYK
RGB Variations
Color information
#EE556B (or 0xEE556B) is known color: Wild Watermelon. HEX triplet: EE, 55 and 6B. RGB value is (238,85,107). Sum of RGB (Red+Green+Blue) = 238+85+107=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE556B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE556B is #11AA94. Grayscale: #858585. Windows color (decimal): -1157781 or 7034350. OLE color: 7034350.
HSL color Cylindrical-coordinate representation of color #EE556B: hue angle of 351.37º 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 #EE556B is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 107 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.07 |
| HSL | 351.37º | 0.82% | 0.63% | - |
| HSV(B) | 351.37º | 0.64% | 0.93% | - |
| XYZ | 41.16 | 25.74 | 16.71 | - |
| YUV | 133.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 107 | 0 | 0.64 | 0.55 | 0.07 | 351.37 | 0.82 | 0.63 |
| Hex | EE | 55 | 6B | 0 | 40 | 37 | 7 | 15F | 52 | 3F |
| Octal | 356 | 125 | 153 | 0 | 100 | 67 | 7 | 537 | 122 | 77 |
| Binary | 11101110 | 1010101 | 1101011 | 0 | 1000000 | 110111 | 111 | 101011111 | 1010010 | 111111 |
Color Harmonies of #EE556B
Complementary color
Monochromatic Colors of #EE556B
Black with #EE556B
Text Example
Text Example
White with #EE556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE556B; }
p { color: rgb(238,85,107); }
H1.HeaderClassName
{
color: #EE556B;
}
.AnyTagClassName
{
color: #EE556B;
}
</style>
background-color css
<style>
a { background-color: #EE556B; }
a { background-color: rgb(238,85,107); }
div.DivClassName
{
background-color: #EE556B;
}
.BgClassName
{
background-color: #EE556B;
}
</style>
border-color css
<style>
span { border-color: #EE556B; }
span { border-color: rgb(238,85,107); }
td.TdClassName
{
border-color: #EE556B;
}
.TagClassName
{
border-color: #EE556B;
}
</style>