Shades of Wild Strawberry #E83BA1
Tints of Wild Strawberry #E83BA1
RGB
CMYK
RGB Variations
Color information
#E83BA1 (or 0xE83BA1) is known color: Wild Strawberry. HEX triplet: E8, 3B and A1. RGB value is (232,59,161). Sum of RGB (Red+Green+Blue) = 232+59+161=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E83BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83BA1 is #17C45E. Grayscale: #7A7A7A. Windows color (decimal): -1557599 or 10566632. OLE color: 10566632.
HSL color Cylindrical-coordinate representation of color #E83BA1: hue angle of 324.62º 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 #E83BA1 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 59 | 161 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.09 |
| HSL | 324.62º | 0.79% | 0.57% | - |
| HSV(B) | 324.62º | 0.75% | 0.91% | - |
| XYZ | 41.28 | 22.86 | 35.95 | - |
| YUV | 122.36 | 149.81 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 59 | 161 | 0 | 0.75 | 0.31 | 0.09 | 324.62 | 0.79 | 0.57 |
| Hex | E8 | 3B | A1 | 0 | 4B | 1F | 9 | 145 | 4F | 39 |
| Octal | 350 | 73 | 241 | 0 | 113 | 37 | 11 | 505 | 117 | 71 |
| Binary | 11101000 | 111011 | 10100001 | 0 | 1001011 | 11111 | 1001 | 101000101 | 1001111 | 111001 |
Color Harmonies of #E83BA1
Complementary color
Monochromatic Colors of #E83BA1
Black with #E83BA1
Text Example
Text Example
White with #E83BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83BA1; }
p { color: rgb(232,59,161); }
H1.HeaderClassName
{
color: #E83BA1;
}
.AnyTagClassName
{
color: #E83BA1;
}
</style>
background-color css
<style>
a { background-color: #E83BA1; }
a { background-color: rgb(232,59,161); }
div.DivClassName
{
background-color: #E83BA1;
}
.BgClassName
{
background-color: #E83BA1;
}
</style>
border-color css
<style>
span { border-color: #E83BA1; }
span { border-color: rgb(232,59,161); }
td.TdClassName
{
border-color: #E83BA1;
}
.TagClassName
{
border-color: #E83BA1;
}
</style>