Shades of Wild Watermelon #EE506E
Tints of Wild Watermelon #EE506E
RGB
CMYK
RGB Variations
Color information
#EE506E (or 0xEE506E) is known color: Wild Watermelon. HEX triplet: EE, 50 and 6E. RGB value is (238,80,110). Sum of RGB (Red+Green+Blue) = 238+80+110=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE506E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE506E is #11AF91. Grayscale: #828282. Windows color (decimal): -1159058 or 7229678. OLE color: 7229678.
HSL color Cylindrical-coordinate representation of color #EE506E: hue angle of 348.61º 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 #EE506E is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 110 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.07 |
| HSL | 348.61º | 0.82% | 0.62% | - |
| HSV(B) | 348.61º | 0.66% | 0.93% | - |
| XYZ | 40.94 | 25.04 | 17.43 | - |
| YUV | 130.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 110 | 0 | 0.66 | 0.54 | 0.07 | 348.61 | 0.82 | 0.62 |
| Hex | EE | 50 | 6E | 0 | 42 | 36 | 7 | 15D | 52 | 3E |
| Octal | 356 | 120 | 156 | 0 | 102 | 66 | 7 | 535 | 122 | 76 |
| Binary | 11101110 | 1010000 | 1101110 | 0 | 1000010 | 110110 | 111 | 101011101 | 1010010 | 111110 |
Color Harmonies of #EE506E
Complementary color
Monochromatic Colors of #EE506E
Black with #EE506E
Text Example
Text Example
White with #EE506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE506E; }
p { color: rgb(238,80,110); }
H1.HeaderClassName
{
color: #EE506E;
}
.AnyTagClassName
{
color: #EE506E;
}
</style>
background-color css
<style>
a { background-color: #EE506E; }
a { background-color: rgb(238,80,110); }
div.DivClassName
{
background-color: #EE506E;
}
.BgClassName
{
background-color: #EE506E;
}
</style>
border-color css
<style>
span { border-color: #EE506E; }
span { border-color: rgb(238,80,110); }
td.TdClassName
{
border-color: #EE506E;
}
.TagClassName
{
border-color: #EE506E;
}
</style>