Shades of Wild Strawberry #E53AA2
Tints of Wild Strawberry #E53AA2
RGB
CMYK
RGB Variations
Color information
#E53AA2 (or 0xE53AA2) is known color: Wild Strawberry. HEX triplet: E5, 3A and A2. RGB value is (229,58,162). Sum of RGB (Red+Green+Blue) = 229+58+162=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E53AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53AA2 is #1AC55D. Grayscale: #787878. Windows color (decimal): -1754462 or 10631909. OLE color: 10631909.
HSL color Cylindrical-coordinate representation of color #E53AA2: hue angle of 323.51º 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 #E53AA2 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 58 | 162 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.10 |
| HSL | 323.51º | 0.77% | 0.56% | - |
| HSV(B) | 323.51º | 0.75% | 0.9% | - |
| XYZ | 40.35 | 22.29 | 36.36 | - |
| YUV | 120.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 162 | 0 | 0.75 | 0.29 | 0.10 | 323.51 | 0.77 | 0.56 |
| Hex | E5 | 3A | A2 | 0 | 4B | 1D | A | 144 | 4D | 38 |
| Octal | 345 | 72 | 242 | 0 | 113 | 35 | 12 | 504 | 115 | 70 |
| Binary | 11100101 | 111010 | 10100010 | 0 | 1001011 | 11101 | 1010 | 101000100 | 1001101 | 111000 |
Color Harmonies of #E53AA2
Complementary color
Monochromatic Colors of #E53AA2
Black with #E53AA2
Text Example
Text Example
White with #E53AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53AA2; }
p { color: rgb(229,58,162); }
H1.HeaderClassName
{
color: #E53AA2;
}
.AnyTagClassName
{
color: #E53AA2;
}
</style>
background-color css
<style>
a { background-color: #E53AA2; }
a { background-color: rgb(229,58,162); }
div.DivClassName
{
background-color: #E53AA2;
}
.BgClassName
{
background-color: #E53AA2;
}
</style>
border-color css
<style>
span { border-color: #E53AA2; }
span { border-color: rgb(229,58,162); }
td.TdClassName
{
border-color: #E53AA2;
}
.TagClassName
{
border-color: #E53AA2;
}
</style>