Shades of Wild Strawberry #E83BA3
Tints of Wild Strawberry #E83BA3
RGB
CMYK
RGB Variations
Color information
#E83BA3 (or 0xE83BA3) is known color: Wild Strawberry. HEX triplet: E8, 3B and A3. RGB value is (232,59,163). Sum of RGB (Red+Green+Blue) = 232+59+163=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E83BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83BA3 is #17C45C. Grayscale: #7A7A7A. Windows color (decimal): -1557597 or 10697704. OLE color: 10697704.
HSL color Cylindrical-coordinate representation of color #E83BA3: hue angle of 323.93º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E83BA3 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 59 | 163 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.09 |
| HSL | 323.93º | 0.79% | 0.57% | - |
| HSV(B) | 323.93º | 0.75% | 0.91% | - |
| XYZ | 41.45 | 22.93 | 36.89 | - |
| YUV | 122.58 | 150.81 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 59 | 163 | 0 | 0.75 | 0.30 | 0.09 | 323.93 | 0.79 | 0.57 |
| Hex | E8 | 3B | A3 | 0 | 4B | 1E | 9 | 144 | 4F | 39 |
| Octal | 350 | 73 | 243 | 0 | 113 | 36 | 11 | 504 | 117 | 71 |
| Binary | 11101000 | 111011 | 10100011 | 0 | 1001011 | 11110 | 1001 | 101000100 | 1001111 | 111001 |
Color Harmonies of #E83BA3
Complementary color
Monochromatic Colors of #E83BA3
Black with #E83BA3
Text Example
Text Example
White with #E83BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83BA3; }
p { color: rgb(232,59,163); }
H1.HeaderClassName
{
color: #E83BA3;
}
.AnyTagClassName
{
color: #E83BA3;
}
</style>
background-color css
<style>
a { background-color: #E83BA3; }
a { background-color: rgb(232,59,163); }
div.DivClassName
{
background-color: #E83BA3;
}
.BgClassName
{
background-color: #E83BA3;
}
</style>
border-color css
<style>
span { border-color: #E83BA3; }
span { border-color: rgb(232,59,163); }
td.TdClassName
{
border-color: #E83BA3;
}
.TagClassName
{
border-color: #E83BA3;
}
</style>