Shades of Wild Watermelon #EE526E
Tints of Wild Watermelon #EE526E
RGB
CMYK
RGB Variations
Color information
#EE526E (or 0xEE526E) is known color: Wild Watermelon. HEX triplet: EE, 52 and 6E. RGB value is (238,82,110). Sum of RGB (Red+Green+Blue) = 238+82+110=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE526E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE526E is #11AD91. Grayscale: #838383. Windows color (decimal): -1158546 or 7230190. OLE color: 7230190.
HSL color Cylindrical-coordinate representation of color #EE526E: hue angle of 349.23º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE526E is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 110 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.07 |
| HSL | 349.23º | 0.82% | 0.63% | - |
| HSV(B) | 349.23º | 0.66% | 0.93% | - |
| XYZ | 41.09 | 25.34 | 17.48 | - |
| YUV | 131.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 110 | 0 | 0.66 | 0.54 | 0.07 | 349.23 | 0.82 | 0.63 |
| Hex | EE | 52 | 6E | 0 | 42 | 36 | 7 | 15D | 52 | 3F |
| Octal | 356 | 122 | 156 | 0 | 102 | 66 | 7 | 535 | 122 | 77 |
| Binary | 11101110 | 1010010 | 1101110 | 0 | 1000010 | 110110 | 111 | 101011101 | 1010010 | 111111 |
Color Harmonies of #EE526E
Complementary color
Monochromatic Colors of #EE526E
Black with #EE526E
Text Example
Text Example
White with #EE526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE526E; }
p { color: rgb(238,82,110); }
H1.HeaderClassName
{
color: #EE526E;
}
.AnyTagClassName
{
color: #EE526E;
}
</style>
background-color css
<style>
a { background-color: #EE526E; }
a { background-color: rgb(238,82,110); }
div.DivClassName
{
background-color: #EE526E;
}
.BgClassName
{
background-color: #EE526E;
}
</style>
border-color css
<style>
span { border-color: #EE526E; }
span { border-color: rgb(238,82,110); }
td.TdClassName
{
border-color: #EE526E;
}
.TagClassName
{
border-color: #EE526E;
}
</style>