Shades of Wild Watermelon #EE506D
Tints of Wild Watermelon #EE506D
RGB
CMYK
RGB Variations
Color information
#EE506D (or 0xEE506D) is known color: Wild Watermelon. HEX triplet: EE, 50 and 6D. RGB value is (238,80,109). Sum of RGB (Red+Green+Blue) = 238+80+109=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE506D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE506D is #11AF92. Grayscale: #828282. Windows color (decimal): -1159059 or 7164142. OLE color: 7164142.
HSL color Cylindrical-coordinate representation of color #EE506D: hue angle of 348.99º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE506D is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 109 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.07 |
| HSL | 348.99º | 0.82% | 0.62% | - |
| HSV(B) | 348.99º | 0.66% | 0.93% | - |
| XYZ | 40.89 | 25.02 | 17.14 | - |
| YUV | 130.55 | 115.85 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 109 | 0 | 0.66 | 0.54 | 0.07 | 348.99 | 0.82 | 0.62 |
| Hex | EE | 50 | 6D | 0 | 42 | 36 | 7 | 15D | 52 | 3E |
| Octal | 356 | 120 | 155 | 0 | 102 | 66 | 7 | 535 | 122 | 76 |
| Binary | 11101110 | 1010000 | 1101101 | 0 | 1000010 | 110110 | 111 | 101011101 | 1010010 | 111110 |
Color Harmonies of #EE506D
Complementary color
Monochromatic Colors of #EE506D
Black with #EE506D
Text Example
Text Example
White with #EE506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE506D; }
p { color: rgb(238,80,109); }
H1.HeaderClassName
{
color: #EE506D;
}
.AnyTagClassName
{
color: #EE506D;
}
</style>
background-color css
<style>
a { background-color: #EE506D; }
a { background-color: rgb(238,80,109); }
div.DivClassName
{
background-color: #EE506D;
}
.BgClassName
{
background-color: #EE506D;
}
</style>
border-color css
<style>
span { border-color: #EE506D; }
span { border-color: rgb(238,80,109); }
td.TdClassName
{
border-color: #EE506D;
}
.TagClassName
{
border-color: #EE506D;
}
</style>