Shades of Wild Strawberry #E840AB
Tints of Wild Strawberry #E840AB
RGB
CMYK
RGB Variations
Color information
#E840AB (or 0xE840AB) is known color: Wild Strawberry. HEX triplet: E8, 40 and AB. RGB value is (232,64,171). Sum of RGB (Red+Green+Blue) = 232+64+171=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E840AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E840AB is #17BF54. Grayscale: #7E7E7E. Windows color (decimal): -1556309 or 11223272. OLE color: 11223272.
HSL color Cylindrical-coordinate representation of color #E840AB: hue angle of 321.79º degrees, saturation: 0.79, 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 #E840AB is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 171 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.09 |
| HSL | 321.79º | 0.79% | 0.58% | - |
| HSV(B) | 321.79º | 0.72% | 0.91% | - |
| XYZ | 42.46 | 23.76 | 40.88 | - |
| YUV | 126.43 | 153.16 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 171 | 0 | 0.72 | 0.26 | 0.09 | 321.79 | 0.79 | 0.58 |
| Hex | E8 | 40 | AB | 0 | 48 | 1A | 9 | 142 | 4F | 3A |
| Octal | 350 | 100 | 253 | 0 | 110 | 32 | 11 | 502 | 117 | 72 |
| Binary | 11101000 | 1000000 | 10101011 | 0 | 1001000 | 11010 | 1001 | 101000010 | 1001111 | 111010 |
Color Harmonies of #E840AB
Complementary color
Monochromatic Colors of #E840AB
Black with #E840AB
Text Example
Text Example
White with #E840AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E840AB; }
p { color: rgb(232,64,171); }
H1.HeaderClassName
{
color: #E840AB;
}
.AnyTagClassName
{
color: #E840AB;
}
</style>
background-color css
<style>
a { background-color: #E840AB; }
a { background-color: rgb(232,64,171); }
div.DivClassName
{
background-color: #E840AB;
}
.BgClassName
{
background-color: #E840AB;
}
</style>
border-color css
<style>
span { border-color: #E840AB; }
span { border-color: rgb(232,64,171); }
td.TdClassName
{
border-color: #E840AB;
}
.TagClassName
{
border-color: #E840AB;
}
</style>