Shades of Wild Watermelon #EE525F
Tints of Wild Watermelon #EE525F
RGB
CMYK
RGB Variations
Color information
#EE525F (or 0xEE525F) is known color: Wild Watermelon. HEX triplet: EE, 52 and 5F. RGB value is (238,82,95). Sum of RGB (Red+Green+Blue) = 238+82+95=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE525F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE525F is #11ADA0. Grayscale: #828282. Windows color (decimal): -1158561 or 6247150. OLE color: 6247150.
HSL color Cylindrical-coordinate representation of color #EE525F: hue angle of 355º 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 #EE525F is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 95 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.07 |
| HSL | 355º | 0.82% | 0.63% | - |
| HSV(B) | 355º | 0.66% | 0.93% | - |
| XYZ | 40.34 | 25.04 | 13.53 | - |
| YUV | 130.13 | 108.18 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 95 | 0 | 0.66 | 0.60 | 0.07 | 355 | 0.82 | 0.63 |
| Hex | EE | 52 | 5F | 0 | 42 | 3C | 7 | 163 | 52 | 3F |
| Octal | 356 | 122 | 137 | 0 | 102 | 74 | 7 | 543 | 122 | 77 |
| Binary | 11101110 | 1010010 | 1011111 | 0 | 1000010 | 111100 | 111 | 101100011 | 1010010 | 111111 |
Color Harmonies of #EE525F
Complementary color
Monochromatic Colors of #EE525F
Black with #EE525F
Text Example
Text Example
White with #EE525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE525F; }
p { color: rgb(238,82,95); }
H1.HeaderClassName
{
color: #EE525F;
}
.AnyTagClassName
{
color: #EE525F;
}
</style>
background-color css
<style>
a { background-color: #EE525F; }
a { background-color: rgb(238,82,95); }
div.DivClassName
{
background-color: #EE525F;
}
.BgClassName
{
background-color: #EE525F;
}
</style>
border-color css
<style>
span { border-color: #EE525F; }
span { border-color: rgb(238,82,95); }
td.TdClassName
{
border-color: #EE525F;
}
.TagClassName
{
border-color: #EE525F;
}
</style>