Shades of Wild Strawberry #E540A1
Tints of Wild Strawberry #E540A1
RGB
CMYK
RGB Variations
Color information
#E540A1 (or 0xE540A1) is known color: Wild Strawberry. HEX triplet: E5, 40 and A1. RGB value is (229,64,161). Sum of RGB (Red+Green+Blue) = 229+64+161=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E540A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E540A1 is #1ABF5E. Grayscale: #7C7C7C. Windows color (decimal): -1752927 or 10567909. OLE color: 10567909.
HSL color Cylindrical-coordinate representation of color #E540A1: hue angle of 324.73º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E540A1 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 161 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.10 |
| HSL | 324.73º | 0.76% | 0.57% | - |
| HSV(B) | 324.73º | 0.72% | 0.9% | - |
| XYZ | 40.58 | 22.9 | 36 | - |
| YUV | 124.39 | 148.66 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 161 | 0 | 0.72 | 0.30 | 0.10 | 324.73 | 0.76 | 0.57 |
| Hex | E5 | 40 | A1 | 0 | 48 | 1E | A | 145 | 4C | 39 |
| Octal | 345 | 100 | 241 | 0 | 110 | 36 | 12 | 505 | 114 | 71 |
| Binary | 11100101 | 1000000 | 10100001 | 0 | 1001000 | 11110 | 1010 | 101000101 | 1001100 | 111001 |
Color Harmonies of #E540A1
Complementary color
Monochromatic Colors of #E540A1
Black with #E540A1
Text Example
Text Example
White with #E540A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E540A1; }
p { color: rgb(229,64,161); }
H1.HeaderClassName
{
color: #E540A1;
}
.AnyTagClassName
{
color: #E540A1;
}
</style>
background-color css
<style>
a { background-color: #E540A1; }
a { background-color: rgb(229,64,161); }
div.DivClassName
{
background-color: #E540A1;
}
.BgClassName
{
background-color: #E540A1;
}
</style>
border-color css
<style>
span { border-color: #E540A1; }
span { border-color: rgb(229,64,161); }
td.TdClassName
{
border-color: #E540A1;
}
.TagClassName
{
border-color: #E540A1;
}
</style>