Shades of Wild Strawberry #E940AA
Tints of Wild Strawberry #E940AA
RGB
CMYK
RGB Variations
Color information
#E940AA (or 0xE940AA) is known color: Wild Strawberry. HEX triplet: E9, 40 and AA. RGB value is (233,64,170). Sum of RGB (Red+Green+Blue) = 233+64+170=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E940AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E940AA is #16BF55. Grayscale: #7E7E7E. Windows color (decimal): -1490774 or 11157737. OLE color: 11157737.
HSL color Cylindrical-coordinate representation of color #E940AA: hue angle of 322.37º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E940AA is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 170 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.09 |
| HSL | 322.37º | 0.79% | 0.58% | - |
| HSV(B) | 322.37º | 0.73% | 0.91% | - |
| XYZ | 42.69 | 23.89 | 40.39 | - |
| YUV | 126.62 | 152.49 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 170 | 0 | 0.73 | 0.27 | 0.09 | 322.37 | 0.79 | 0.58 |
| Hex | E9 | 40 | AA | 0 | 49 | 1B | 9 | 142 | 4F | 3A |
| Octal | 351 | 100 | 252 | 0 | 111 | 33 | 11 | 502 | 117 | 72 |
| Binary | 11101001 | 1000000 | 10101010 | 0 | 1001001 | 11011 | 1001 | 101000010 | 1001111 | 111010 |
Color Harmonies of #E940AA
Complementary color
Monochromatic Colors of #E940AA
Black with #E940AA
Text Example
Text Example
White with #E940AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940AA; }
p { color: rgb(233,64,170); }
H1.HeaderClassName
{
color: #E940AA;
}
.AnyTagClassName
{
color: #E940AA;
}
</style>
background-color css
<style>
a { background-color: #E940AA; }
a { background-color: rgb(233,64,170); }
div.DivClassName
{
background-color: #E940AA;
}
.BgClassName
{
background-color: #E940AA;
}
</style>
border-color css
<style>
span { border-color: #E940AA; }
span { border-color: rgb(233,64,170); }
td.TdClassName
{
border-color: #E940AA;
}
.TagClassName
{
border-color: #E940AA;
}
</style>