Shades of Wild Strawberry #E539A2
Tints of Wild Strawberry #E539A2
RGB
CMYK
RGB Variations
Color information
#E539A2 (or 0xE539A2) is known color: Wild Strawberry. HEX triplet: E5, 39 and A2. RGB value is (229,57,162). Sum of RGB (Red+Green+Blue) = 229+57+162=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E539A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E539A2 is #1AC65D. Grayscale: #787878. Windows color (decimal): -1754718 or 10631653. OLE color: 10631653.
HSL color Cylindrical-coordinate representation of color #E539A2: hue angle of 323.37º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E539A2 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 162 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.10 |
| HSL | 323.37º | 0.77% | 0.56% | - |
| HSV(B) | 323.37º | 0.75% | 0.9% | - |
| XYZ | 40.3 | 22.19 | 36.34 | - |
| YUV | 120.4 | 151.48 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 162 | 0 | 0.75 | 0.29 | 0.10 | 323.37 | 0.77 | 0.56 |
| Hex | E5 | 39 | A2 | 0 | 4B | 1D | A | 143 | 4D | 38 |
| Octal | 345 | 71 | 242 | 0 | 113 | 35 | 12 | 503 | 115 | 70 |
| Binary | 11100101 | 111001 | 10100010 | 0 | 1001011 | 11101 | 1010 | 101000011 | 1001101 | 111000 |
Color Harmonies of #E539A2
Complementary color
Monochromatic Colors of #E539A2
Black with #E539A2
Text Example
Text Example
White with #E539A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E539A2; }
p { color: rgb(229,57,162); }
H1.HeaderClassName
{
color: #E539A2;
}
.AnyTagClassName
{
color: #E539A2;
}
</style>
background-color css
<style>
a { background-color: #E539A2; }
a { background-color: rgb(229,57,162); }
div.DivClassName
{
background-color: #E539A2;
}
.BgClassName
{
background-color: #E539A2;
}
</style>
border-color css
<style>
span { border-color: #E539A2; }
span { border-color: rgb(229,57,162); }
td.TdClassName
{
border-color: #E539A2;
}
.TagClassName
{
border-color: #E539A2;
}
</style>