Shades of Wild Strawberry #E8329A
Tints of Wild Strawberry #E8329A
RGB
CMYK
RGB Variations
Color information
#E8329A (or 0xE8329A) is known color: Wild Strawberry. HEX triplet: E8, 32 and 9A. RGB value is (232,50,154). Sum of RGB (Red+Green+Blue) = 232+50+154=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E8329A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8329A is #17CD65. Grayscale: #747474. Windows color (decimal): -1559910 or 10105576. OLE color: 10105576.
HSL color Cylindrical-coordinate representation of color #E8329A: hue angle of 325.71º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8329A is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 154 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.09 |
| HSL | 325.71º | 0.8% | 0.55% | - |
| HSV(B) | 325.71º | 0.78% | 0.91% | - |
| XYZ | 40.25 | 21.77 | 32.65 | - |
| YUV | 116.27 | 149.3 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 154 | 0 | 0.78 | 0.34 | 0.09 | 325.71 | 0.8 | 0.55 |
| Hex | E8 | 32 | 9A | 0 | 4E | 22 | 9 | 146 | 50 | 37 |
| Octal | 350 | 62 | 232 | 0 | 116 | 42 | 11 | 506 | 120 | 67 |
| Binary | 11101000 | 110010 | 10011010 | 0 | 1001110 | 100010 | 1001 | 101000110 | 1010000 | 110111 |
Color Harmonies of #E8329A
Complementary color
Monochromatic Colors of #E8329A
Black with #E8329A
Text Example
Text Example
White with #E8329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8329A; }
p { color: rgb(232,50,154); }
H1.HeaderClassName
{
color: #E8329A;
}
.AnyTagClassName
{
color: #E8329A;
}
</style>
background-color css
<style>
a { background-color: #E8329A; }
a { background-color: rgb(232,50,154); }
div.DivClassName
{
background-color: #E8329A;
}
.BgClassName
{
background-color: #E8329A;
}
</style>
border-color css
<style>
span { border-color: #E8329A; }
span { border-color: rgb(232,50,154); }
td.TdClassName
{
border-color: #E8329A;
}
.TagClassName
{
border-color: #E8329A;
}
</style>