Shades of Wild Watermelon #EE506C
Tints of Wild Watermelon #EE506C
RGB
CMYK
RGB Variations
Color information
#EE506C (or 0xEE506C) is known color: Wild Watermelon. HEX triplet: EE, 50 and 6C. RGB value is (238,80,108). Sum of RGB (Red+Green+Blue) = 238+80+108=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE506C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE506C is #11AF93. Grayscale: #828282. Windows color (decimal): -1159060 or 7098606. OLE color: 7098606.
HSL color Cylindrical-coordinate representation of color #EE506C: hue angle of 349.37º 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 #EE506C is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 108 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.07 |
| HSL | 349.37º | 0.82% | 0.62% | - |
| HSV(B) | 349.37º | 0.66% | 0.93% | - |
| XYZ | 40.84 | 25 | 16.86 | - |
| YUV | 130.43 | 115.35 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 108 | 0 | 0.66 | 0.55 | 0.07 | 349.37 | 0.82 | 0.62 |
| Hex | EE | 50 | 6C | 0 | 42 | 37 | 7 | 15D | 52 | 3E |
| Octal | 356 | 120 | 154 | 0 | 102 | 67 | 7 | 535 | 122 | 76 |
| Binary | 11101110 | 1010000 | 1101100 | 0 | 1000010 | 110111 | 111 | 101011101 | 1010010 | 111110 |
Color Harmonies of #EE506C
Complementary color
Monochromatic Colors of #EE506C
Black with #EE506C
Text Example
Text Example
White with #EE506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE506C; }
p { color: rgb(238,80,108); }
H1.HeaderClassName
{
color: #EE506C;
}
.AnyTagClassName
{
color: #EE506C;
}
</style>
background-color css
<style>
a { background-color: #EE506C; }
a { background-color: rgb(238,80,108); }
div.DivClassName
{
background-color: #EE506C;
}
.BgClassName
{
background-color: #EE506C;
}
</style>
border-color css
<style>
span { border-color: #EE506C; }
span { border-color: rgb(238,80,108); }
td.TdClassName
{
border-color: #EE506C;
}
.TagClassName
{
border-color: #EE506C;
}
</style>