Shades of Wild Strawberry #E53BA0
Tints of Wild Strawberry #E53BA0
RGB
CMYK
RGB Variations
Color information
#E53BA0 (or 0xE53BA0) is known color: Wild Strawberry. HEX triplet: E5, 3B and A0. RGB value is (229,59,160). Sum of RGB (Red+Green+Blue) = 229+59+160=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53BA0 is #1AC45F. Grayscale: #797979. Windows color (decimal): -1754208 or 10501093. OLE color: 10501093.
HSL color Cylindrical-coordinate representation of color #E53BA0: hue angle of 324.35º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53BA0 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 160 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.10 |
| HSL | 324.35º | 0.77% | 0.56% | - |
| HSV(B) | 324.35º | 0.74% | 0.9% | - |
| XYZ | 40.22 | 22.32 | 35.45 | - |
| YUV | 121.34 | 149.82 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 160 | 0 | 0.74 | 0.30 | 0.10 | 324.35 | 0.77 | 0.56 |
| Hex | E5 | 3B | A0 | 0 | 4A | 1E | A | 144 | 4D | 38 |
| Octal | 345 | 73 | 240 | 0 | 112 | 36 | 12 | 504 | 115 | 70 |
| Binary | 11100101 | 111011 | 10100000 | 0 | 1001010 | 11110 | 1010 | 101000100 | 1001101 | 111000 |
Color Harmonies of #E53BA0
Complementary color
Monochromatic Colors of #E53BA0
Black with #E53BA0
Text Example
Text Example
White with #E53BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53BA0; }
p { color: rgb(229,59,160); }
H1.HeaderClassName
{
color: #E53BA0;
}
.AnyTagClassName
{
color: #E53BA0;
}
</style>
background-color css
<style>
a { background-color: #E53BA0; }
a { background-color: rgb(229,59,160); }
div.DivClassName
{
background-color: #E53BA0;
}
.BgClassName
{
background-color: #E53BA0;
}
</style>
border-color css
<style>
span { border-color: #E53BA0; }
span { border-color: rgb(229,59,160); }
td.TdClassName
{
border-color: #E53BA0;
}
.TagClassName
{
border-color: #E53BA0;
}
</style>