Shades of Wild Strawberry #E740AA
Tints of Wild Strawberry #E740AA
RGB
CMYK
RGB Variations
Color information
#E740AA (or 0xE740AA) is known color: Wild Strawberry. HEX triplet: E7, 40 and AA. RGB value is (231,64,170). Sum of RGB (Red+Green+Blue) = 231+64+170=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E740AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E740AA is #18BF55. Grayscale: #7D7D7D. Windows color (decimal): -1621846 or 11157735. OLE color: 11157735.
HSL color Cylindrical-coordinate representation of color #E740AA: hue angle of 321.92º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E740AA is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 170 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.09 |
| HSL | 321.92º | 0.78% | 0.58% | - |
| HSV(B) | 321.92º | 0.72% | 0.91% | - |
| XYZ | 42.04 | 23.56 | 40.36 | - |
| YUV | 126.02 | 152.83 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 170 | 0 | 0.72 | 0.26 | 0.09 | 321.92 | 0.78 | 0.58 |
| Hex | E7 | 40 | AA | 0 | 48 | 1A | 9 | 142 | 4E | 3A |
| Octal | 347 | 100 | 252 | 0 | 110 | 32 | 11 | 502 | 116 | 72 |
| Binary | 11100111 | 1000000 | 10101010 | 0 | 1001000 | 11010 | 1001 | 101000010 | 1001110 | 111010 |
Color Harmonies of #E740AA
Complementary color
Monochromatic Colors of #E740AA
Black with #E740AA
Text Example
Text Example
White with #E740AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E740AA; }
p { color: rgb(231,64,170); }
H1.HeaderClassName
{
color: #E740AA;
}
.AnyTagClassName
{
color: #E740AA;
}
</style>
background-color css
<style>
a { background-color: #E740AA; }
a { background-color: rgb(231,64,170); }
div.DivClassName
{
background-color: #E740AA;
}
.BgClassName
{
background-color: #E740AA;
}
</style>
border-color css
<style>
span { border-color: #E740AA; }
span { border-color: rgb(231,64,170); }
td.TdClassName
{
border-color: #E740AA;
}
.TagClassName
{
border-color: #E740AA;
}
</style>