Shades of Wild Watermelon #EE535F
Tints of Wild Watermelon #EE535F
RGB
CMYK
RGB Variations
Color information
#EE535F (or 0xEE535F) is known color: Wild Watermelon. HEX triplet: EE, 53 and 5F. RGB value is (238,83,95). Sum of RGB (Red+Green+Blue) = 238+83+95=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE535F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE535F is #11ACA0. Grayscale: #828282. Windows color (decimal): -1158305 or 6247406. OLE color: 6247406.
HSL color Cylindrical-coordinate representation of color #EE535F: hue angle of 355.35º 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 #EE535F is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 95 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.07 |
| HSL | 355.35º | 0.82% | 0.63% | - |
| HSV(B) | 355.35º | 0.65% | 0.93% | - |
| XYZ | 40.42 | 25.19 | 13.56 | - |
| YUV | 130.71 | 107.85 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 95 | 0 | 0.65 | 0.60 | 0.07 | 355.35 | 0.82 | 0.63 |
| Hex | EE | 53 | 5F | 0 | 41 | 3C | 7 | 163 | 52 | 3F |
| Octal | 356 | 123 | 137 | 0 | 101 | 74 | 7 | 543 | 122 | 77 |
| Binary | 11101110 | 1010011 | 1011111 | 0 | 1000001 | 111100 | 111 | 101100011 | 1010010 | 111111 |
Color Harmonies of #EE535F
Complementary color
Monochromatic Colors of #EE535F
Black with #EE535F
Text Example
Text Example
White with #EE535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE535F; }
p { color: rgb(238,83,95); }
H1.HeaderClassName
{
color: #EE535F;
}
.AnyTagClassName
{
color: #EE535F;
}
</style>
background-color css
<style>
a { background-color: #EE535F; }
a { background-color: rgb(238,83,95); }
div.DivClassName
{
background-color: #EE535F;
}
.BgClassName
{
background-color: #EE535F;
}
</style>
border-color css
<style>
span { border-color: #EE535F; }
span { border-color: rgb(238,83,95); }
td.TdClassName
{
border-color: #EE535F;
}
.TagClassName
{
border-color: #EE535F;
}
</style>