Shades of Wild Watermelon #EE526A
Tints of Wild Watermelon #EE526A
RGB
CMYK
RGB Variations
Color information
#EE526A (or 0xEE526A) is known color: Wild Watermelon. HEX triplet: EE, 52 and 6A. RGB value is (238,82,106). Sum of RGB (Red+Green+Blue) = 238+82+106=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE526A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE526A is #11AD95. Grayscale: #838383. Windows color (decimal): -1158550 or 6968046. OLE color: 6968046.
HSL color Cylindrical-coordinate representation of color #EE526A: hue angle of 350.77º 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 #EE526A is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 106 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.07 |
| HSL | 350.77º | 0.82% | 0.63% | - |
| HSV(B) | 350.77º | 0.66% | 0.93% | - |
| XYZ | 40.88 | 25.25 | 16.36 | - |
| YUV | 131.38 | 113.68 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 106 | 0 | 0.66 | 0.55 | 0.07 | 350.77 | 0.82 | 0.63 |
| Hex | EE | 52 | 6A | 0 | 42 | 37 | 7 | 15F | 52 | 3F |
| Octal | 356 | 122 | 152 | 0 | 102 | 67 | 7 | 537 | 122 | 77 |
| Binary | 11101110 | 1010010 | 1101010 | 0 | 1000010 | 110111 | 111 | 101011111 | 1010010 | 111111 |
Color Harmonies of #EE526A
Complementary color
Monochromatic Colors of #EE526A
Black with #EE526A
Text Example
Text Example
White with #EE526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE526A; }
p { color: rgb(238,82,106); }
H1.HeaderClassName
{
color: #EE526A;
}
.AnyTagClassName
{
color: #EE526A;
}
</style>
background-color css
<style>
a { background-color: #EE526A; }
a { background-color: rgb(238,82,106); }
div.DivClassName
{
background-color: #EE526A;
}
.BgClassName
{
background-color: #EE526A;
}
</style>
border-color css
<style>
span { border-color: #EE526A; }
span { border-color: rgb(238,82,106); }
td.TdClassName
{
border-color: #EE526A;
}
.TagClassName
{
border-color: #EE526A;
}
</style>