Shades of Wild Strawberry #EE40AA
Tints of Wild Strawberry #EE40AA
RGB
CMYK
RGB Variations
Color information
#EE40AA (or 0xEE40AA) is known color: Wild Strawberry. HEX triplet: EE, 40 and AA. RGB value is (238,64,170). Sum of RGB (Red+Green+Blue) = 238+64+170=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE40AA is #11BF55. Grayscale: #7F7F7F. Windows color (decimal): -1163094 or 11157742. OLE color: 11157742.
HSL color Cylindrical-coordinate representation of color #EE40AA: hue angle of 323.45º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE40AA is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 170 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.07 |
| HSL | 323.45º | 0.84% | 0.59% | - |
| HSV(B) | 323.45º | 0.73% | 0.93% | - |
| XYZ | 44.35 | 24.75 | 40.47 | - |
| YUV | 128.11 | 151.65 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 170 | 0 | 0.73 | 0.29 | 0.07 | 323.45 | 0.84 | 0.59 |
| Hex | EE | 40 | AA | 0 | 49 | 1D | 7 | 143 | 54 | 3B |
| Octal | 356 | 100 | 252 | 0 | 111 | 35 | 7 | 503 | 124 | 73 |
| Binary | 11101110 | 1000000 | 10101010 | 0 | 1001001 | 11101 | 111 | 101000011 | 1010100 | 111011 |
Color Harmonies of #EE40AA
Complementary color
Monochromatic Colors of #EE40AA
Black with #EE40AA
Text Example
Text Example
White with #EE40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40AA; }
p { color: rgb(238,64,170); }
H1.HeaderClassName
{
color: #EE40AA;
}
.AnyTagClassName
{
color: #EE40AA;
}
</style>
background-color css
<style>
a { background-color: #EE40AA; }
a { background-color: rgb(238,64,170); }
div.DivClassName
{
background-color: #EE40AA;
}
.BgClassName
{
background-color: #EE40AA;
}
</style>
border-color css
<style>
span { border-color: #EE40AA; }
span { border-color: rgb(238,64,170); }
td.TdClassName
{
border-color: #EE40AA;
}
.TagClassName
{
border-color: #EE40AA;
}
</style>