Shades of Wild Watermelon #EE5264
Tints of Wild Watermelon #EE5264
RGB
CMYK
RGB Variations
Color information
#EE5264 (or 0xEE5264) is known color: Wild Watermelon. HEX triplet: EE, 52 and 64. RGB value is (238,82,100). Sum of RGB (Red+Green+Blue) = 238+82+100=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5264 is #11AD9B. Grayscale: #828282. Windows color (decimal): -1158556 or 6574830. OLE color: 6574830.
HSL color Cylindrical-coordinate representation of color #EE5264: hue angle of 353.08º 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 #EE5264 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 100 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.07 |
| HSL | 353.08º | 0.82% | 0.63% | - |
| HSV(B) | 353.08º | 0.66% | 0.93% | - |
| XYZ | 40.58 | 25.13 | 14.77 | - |
| YUV | 130.7 | 110.68 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 100 | 0 | 0.66 | 0.58 | 0.07 | 353.08 | 0.82 | 0.63 |
| Hex | EE | 52 | 64 | 0 | 42 | 3A | 7 | 161 | 52 | 3F |
| Octal | 356 | 122 | 144 | 0 | 102 | 72 | 7 | 541 | 122 | 77 |
| Binary | 11101110 | 1010010 | 1100100 | 0 | 1000010 | 111010 | 111 | 101100001 | 1010010 | 111111 |
Color Harmonies of #EE5264
Complementary color
Monochromatic Colors of #EE5264
Black with #EE5264
Text Example
Text Example
White with #EE5264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5264; }
p { color: rgb(238,82,100); }
H1.HeaderClassName
{
color: #EE5264;
}
.AnyTagClassName
{
color: #EE5264;
}
</style>
background-color css
<style>
a { background-color: #EE5264; }
a { background-color: rgb(238,82,100); }
div.DivClassName
{
background-color: #EE5264;
}
.BgClassName
{
background-color: #EE5264;
}
</style>
border-color css
<style>
span { border-color: #EE5264; }
span { border-color: rgb(238,82,100); }
td.TdClassName
{
border-color: #EE5264;
}
.TagClassName
{
border-color: #EE5264;
}
</style>