Shades of Wild Strawberry #E541A1
Tints of Wild Strawberry #E541A1
RGB
CMYK
RGB Variations
Color information
#E541A1 (or 0xE541A1) is known color: Wild Strawberry. HEX triplet: E5, 41 and A1. RGB value is (229,65,161). Sum of RGB (Red+Green+Blue) = 229+65+161=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E541A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E541A1 is #1ABE5E. Grayscale: #7C7C7C. Windows color (decimal): -1752671 or 10568165. OLE color: 10568165.
HSL color Cylindrical-coordinate representation of color #E541A1: hue angle of 324.88º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E541A1 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 161 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.10 |
| HSL | 324.88º | 0.76% | 0.58% | - |
| HSV(B) | 324.88º | 0.72% | 0.9% | - |
| XYZ | 40.64 | 23.01 | 36.02 | - |
| YUV | 124.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 161 | 0 | 0.72 | 0.30 | 0.10 | 324.88 | 0.76 | 0.58 |
| Hex | E5 | 41 | A1 | 0 | 48 | 1E | A | 145 | 4C | 3A |
| Octal | 345 | 101 | 241 | 0 | 110 | 36 | 12 | 505 | 114 | 72 |
| Binary | 11100101 | 1000001 | 10100001 | 0 | 1001000 | 11110 | 1010 | 101000101 | 1001100 | 111010 |
Color Harmonies of #E541A1
Complementary color
Monochromatic Colors of #E541A1
Black with #E541A1
Text Example
Text Example
White with #E541A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541A1; }
p { color: rgb(229,65,161); }
H1.HeaderClassName
{
color: #E541A1;
}
.AnyTagClassName
{
color: #E541A1;
}
</style>
background-color css
<style>
a { background-color: #E541A1; }
a { background-color: rgb(229,65,161); }
div.DivClassName
{
background-color: #E541A1;
}
.BgClassName
{
background-color: #E541A1;
}
</style>
border-color css
<style>
span { border-color: #E541A1; }
span { border-color: rgb(229,65,161); }
td.TdClassName
{
border-color: #E541A1;
}
.TagClassName
{
border-color: #E541A1;
}
</style>