Shades of Wild Watermelon #EE545E
Tints of Wild Watermelon #EE545E
RGB
CMYK
RGB Variations
Color information
#EE545E (or 0xEE545E) is known color: Wild Watermelon. HEX triplet: EE, 54 and 5E. RGB value is (238,84,94). Sum of RGB (Red+Green+Blue) = 238+84+94=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE545E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE545E is #11ABA1. Grayscale: #838383. Windows color (decimal): -1158050 or 6182126. OLE color: 6182126.
HSL color Cylindrical-coordinate representation of color #EE545E: hue angle of 356.1º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE545E is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 94 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.07 |
| HSL | 356.1º | 0.82% | 0.63% | - |
| HSV(B) | 356.1º | 0.65% | 0.93% | - |
| XYZ | 40.45 | 25.33 | 13.35 | - |
| YUV | 131.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 94 | 0 | 0.65 | 0.61 | 0.07 | 356.1 | 0.82 | 0.63 |
| Hex | EE | 54 | 5E | 0 | 41 | 3D | 7 | 164 | 52 | 3F |
| Octal | 356 | 124 | 136 | 0 | 101 | 75 | 7 | 544 | 122 | 77 |
| Binary | 11101110 | 1010100 | 1011110 | 0 | 1000001 | 111101 | 111 | 101100100 | 1010010 | 111111 |
Color Harmonies of #EE545E
Complementary color
Monochromatic Colors of #EE545E
Black with #EE545E
Text Example
Text Example
White with #EE545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE545E; }
p { color: rgb(238,84,94); }
H1.HeaderClassName
{
color: #EE545E;
}
.AnyTagClassName
{
color: #EE545E;
}
</style>
background-color css
<style>
a { background-color: #EE545E; }
a { background-color: rgb(238,84,94); }
div.DivClassName
{
background-color: #EE545E;
}
.BgClassName
{
background-color: #EE545E;
}
</style>
border-color css
<style>
span { border-color: #EE545E; }
span { border-color: rgb(238,84,94); }
td.TdClassName
{
border-color: #EE545E;
}
.TagClassName
{
border-color: #EE545E;
}
</style>