Shades of Wild Strawberry #E83BA5
Tints of Wild Strawberry #E83BA5
RGB
CMYK
RGB Variations
Color information
#E83BA5 (or 0xE83BA5) is known color: Wild Strawberry. HEX triplet: E8, 3B and A5. RGB value is (232,59,165). Sum of RGB (Red+Green+Blue) = 232+59+165=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E83BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83BA5 is #17C45A. Grayscale: #7A7A7A. Windows color (decimal): -1557595 or 10828776. OLE color: 10828776.
HSL color Cylindrical-coordinate representation of color #E83BA5: hue angle of 323.24º 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 #E83BA5 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 59 | 165 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.09 |
| HSL | 323.24º | 0.79% | 0.57% | - |
| HSV(B) | 323.24º | 0.75% | 0.91% | - |
| XYZ | 41.63 | 23 | 37.84 | - |
| YUV | 122.81 | 151.81 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 59 | 165 | 0 | 0.75 | 0.29 | 0.09 | 323.24 | 0.79 | 0.57 |
| Hex | E8 | 3B | A5 | 0 | 4B | 1D | 9 | 143 | 4F | 39 |
| Octal | 350 | 73 | 245 | 0 | 113 | 35 | 11 | 503 | 117 | 71 |
| Binary | 11101000 | 111011 | 10100101 | 0 | 1001011 | 11101 | 1001 | 101000011 | 1001111 | 111001 |
Color Harmonies of #E83BA5
Complementary color
Monochromatic Colors of #E83BA5
Black with #E83BA5
Text Example
Text Example
White with #E83BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83BA5; }
p { color: rgb(232,59,165); }
H1.HeaderClassName
{
color: #E83BA5;
}
.AnyTagClassName
{
color: #E83BA5;
}
</style>
background-color css
<style>
a { background-color: #E83BA5; }
a { background-color: rgb(232,59,165); }
div.DivClassName
{
background-color: #E83BA5;
}
.BgClassName
{
background-color: #E83BA5;
}
</style>
border-color css
<style>
span { border-color: #E83BA5; }
span { border-color: rgb(232,59,165); }
td.TdClassName
{
border-color: #E83BA5;
}
.TagClassName
{
border-color: #E83BA5;
}
</style>