Shades of Wild Strawberry #E539A0
Tints of Wild Strawberry #E539A0
RGB
CMYK
RGB Variations
Color information
#E539A0 (or 0xE539A0) is known color: Wild Strawberry. HEX triplet: E5, 39 and A0. RGB value is (229,57,160). Sum of RGB (Red+Green+Blue) = 229+57+160=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E539A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E539A0 is #1AC65F. Grayscale: #777777. Windows color (decimal): -1754720 or 10500581. OLE color: 10500581.
HSL color Cylindrical-coordinate representation of color #E539A0: hue angle of 324.07º 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 #E539A0 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 160 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.10 |
| HSL | 324.07º | 0.77% | 0.56% | - |
| HSV(B) | 324.07º | 0.75% | 0.9% | - |
| XYZ | 40.12 | 22.12 | 35.41 | - |
| YUV | 120.17 | 150.48 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 160 | 0 | 0.75 | 0.30 | 0.10 | 324.07 | 0.77 | 0.56 |
| Hex | E5 | 39 | A0 | 0 | 4B | 1E | A | 144 | 4D | 38 |
| Octal | 345 | 71 | 240 | 0 | 113 | 36 | 12 | 504 | 115 | 70 |
| Binary | 11100101 | 111001 | 10100000 | 0 | 1001011 | 11110 | 1010 | 101000100 | 1001101 | 111000 |
Color Harmonies of #E539A0
Complementary color
Monochromatic Colors of #E539A0
Black with #E539A0
Text Example
Text Example
White with #E539A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E539A0; }
p { color: rgb(229,57,160); }
H1.HeaderClassName
{
color: #E539A0;
}
.AnyTagClassName
{
color: #E539A0;
}
</style>
background-color css
<style>
a { background-color: #E539A0; }
a { background-color: rgb(229,57,160); }
div.DivClassName
{
background-color: #E539A0;
}
.BgClassName
{
background-color: #E539A0;
}
</style>
border-color css
<style>
span { border-color: #E539A0; }
span { border-color: rgb(229,57,160); }
td.TdClassName
{
border-color: #E539A0;
}
.TagClassName
{
border-color: #E539A0;
}
</style>