Shades of Wild Strawberry #E536A0
Tints of Wild Strawberry #E536A0
RGB
CMYK
RGB Variations
Color information
#E536A0 (or 0xE536A0) is known color: Wild Strawberry. HEX triplet: E5, 36 and A0. RGB value is (229,54,160). Sum of RGB (Red+Green+Blue) = 229+54+160=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E536A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E536A0 is #1AC95F. Grayscale: #767676. Windows color (decimal): -1755488 or 10499813. OLE color: 10499813.
HSL color Cylindrical-coordinate representation of color #E536A0: hue angle of 323.66º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E536A0 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 160 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.10 |
| HSL | 323.66º | 0.77% | 0.55% | - |
| HSV(B) | 323.66º | 0.76% | 0.9% | - |
| XYZ | 39.98 | 21.83 | 35.37 | - |
| YUV | 118.41 | 151.48 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 160 | 0 | 0.76 | 0.30 | 0.10 | 323.66 | 0.77 | 0.55 |
| Hex | E5 | 36 | A0 | 0 | 4C | 1E | A | 144 | 4D | 37 |
| Octal | 345 | 66 | 240 | 0 | 114 | 36 | 12 | 504 | 115 | 67 |
| Binary | 11100101 | 110110 | 10100000 | 0 | 1001100 | 11110 | 1010 | 101000100 | 1001101 | 110111 |
Color Harmonies of #E536A0
Complementary color
Monochromatic Colors of #E536A0
Black with #E536A0
Text Example
Text Example
White with #E536A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E536A0; }
p { color: rgb(229,54,160); }
H1.HeaderClassName
{
color: #E536A0;
}
.AnyTagClassName
{
color: #E536A0;
}
</style>
background-color css
<style>
a { background-color: #E536A0; }
a { background-color: rgb(229,54,160); }
div.DivClassName
{
background-color: #E536A0;
}
.BgClassName
{
background-color: #E536A0;
}
</style>
border-color css
<style>
span { border-color: #E536A0; }
span { border-color: rgb(229,54,160); }
td.TdClassName
{
border-color: #E536A0;
}
.TagClassName
{
border-color: #E536A0;
}
</style>