Shades of Wild Strawberry #E83FAA
Tints of Wild Strawberry #E83FAA
RGB
CMYK
RGB Variations
Color information
#E83FAA (or 0xE83FAA) is known color: Wild Strawberry. HEX triplet: E8, 3F and AA. RGB value is (232,63,170). Sum of RGB (Red+Green+Blue) = 232+63+170=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E83FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83FAA is #17C055. Grayscale: #7D7D7D. Windows color (decimal): -1556566 or 11157480. OLE color: 11157480.
HSL color Cylindrical-coordinate representation of color #E83FAA: hue angle of 322.01º 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 #E83FAA is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 63 | 170 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.09 |
| HSL | 322.01º | 0.79% | 0.58% | - |
| HSV(B) | 322.01º | 0.73% | 0.91% | - |
| XYZ | 42.31 | 23.61 | 40.36 | - |
| YUV | 125.73 | 152.99 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 63 | 170 | 0 | 0.73 | 0.27 | 0.09 | 322.01 | 0.79 | 0.58 |
| Hex | E8 | 3F | AA | 0 | 49 | 1B | 9 | 142 | 4F | 3A |
| Octal | 350 | 77 | 252 | 0 | 111 | 33 | 11 | 502 | 117 | 72 |
| Binary | 11101000 | 111111 | 10101010 | 0 | 1001001 | 11011 | 1001 | 101000010 | 1001111 | 111010 |
Color Harmonies of #E83FAA
Complementary color
Monochromatic Colors of #E83FAA
Black with #E83FAA
Text Example
Text Example
White with #E83FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83FAA; }
p { color: rgb(232,63,170); }
H1.HeaderClassName
{
color: #E83FAA;
}
.AnyTagClassName
{
color: #E83FAA;
}
</style>
background-color css
<style>
a { background-color: #E83FAA; }
a { background-color: rgb(232,63,170); }
div.DivClassName
{
background-color: #E83FAA;
}
.BgClassName
{
background-color: #E83FAA;
}
</style>
border-color css
<style>
span { border-color: #E83FAA; }
span { border-color: rgb(232,63,170); }
td.TdClassName
{
border-color: #E83FAA;
}
.TagClassName
{
border-color: #E83FAA;
}
</style>