Shades of Wild Watermelon #EE525E
Tints of Wild Watermelon #EE525E
RGB
CMYK
RGB Variations
Color information
#EE525E (or 0xEE525E) is known color: Wild Watermelon. HEX triplet: EE, 52 and 5E. RGB value is (238,82,94). Sum of RGB (Red+Green+Blue) = 238+82+94=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE525E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE525E is #11ADA1. Grayscale: #828282. Windows color (decimal): -1158562 or 6181614. OLE color: 6181614.
HSL color Cylindrical-coordinate representation of color #EE525E: hue angle of 355.38º 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 #EE525E is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 94 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.07 |
| HSL | 355.38º | 0.82% | 0.63% | - |
| HSV(B) | 355.38º | 0.66% | 0.93% | - |
| XYZ | 40.3 | 25.02 | 13.3 | - |
| YUV | 130.01 | 107.68 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 94 | 0 | 0.66 | 0.61 | 0.07 | 355.38 | 0.82 | 0.63 |
| Hex | EE | 52 | 5E | 0 | 42 | 3D | 7 | 163 | 52 | 3F |
| Octal | 356 | 122 | 136 | 0 | 102 | 75 | 7 | 543 | 122 | 77 |
| Binary | 11101110 | 1010010 | 1011110 | 0 | 1000010 | 111101 | 111 | 101100011 | 1010010 | 111111 |
Color Harmonies of #EE525E
Complementary color
Monochromatic Colors of #EE525E
Black with #EE525E
Text Example
Text Example
White with #EE525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE525E; }
p { color: rgb(238,82,94); }
H1.HeaderClassName
{
color: #EE525E;
}
.AnyTagClassName
{
color: #EE525E;
}
</style>
background-color css
<style>
a { background-color: #EE525E; }
a { background-color: rgb(238,82,94); }
div.DivClassName
{
background-color: #EE525E;
}
.BgClassName
{
background-color: #EE525E;
}
</style>
border-color css
<style>
span { border-color: #EE525E; }
span { border-color: rgb(238,82,94); }
td.TdClassName
{
border-color: #EE525E;
}
.TagClassName
{
border-color: #EE525E;
}
</style>