Shades of Wild Strawberry #E541AB
Tints of Wild Strawberry #E541AB
RGB
CMYK
RGB Variations
Color information
#E541AB (or 0xE541AB) is known color: Wild Strawberry. HEX triplet: E5, 41 and AB. RGB value is (229,65,171). Sum of RGB (Red+Green+Blue) = 229+65+171=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E541AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E541AB is #1ABE54. Grayscale: #7D7D7D. Windows color (decimal): -1752661 or 11223525. OLE color: 11223525.
HSL color Cylindrical-coordinate representation of color #E541AB: hue angle of 321.22º 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 #E541AB is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 171 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.10 |
| HSL | 321.22º | 0.76% | 0.58% | - |
| HSV(B) | 321.22º | 0.72% | 0.9% | - |
| XYZ | 41.55 | 23.38 | 40.85 | - |
| YUV | 126.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 171 | 0 | 0.72 | 0.25 | 0.10 | 321.22 | 0.76 | 0.58 |
| Hex | E5 | 41 | AB | 0 | 48 | 19 | A | 141 | 4C | 3A |
| Octal | 345 | 101 | 253 | 0 | 110 | 31 | 12 | 501 | 114 | 72 |
| Binary | 11100101 | 1000001 | 10101011 | 0 | 1001000 | 11001 | 1010 | 101000001 | 1001100 | 111010 |
Color Harmonies of #E541AB
Complementary color
Monochromatic Colors of #E541AB
Black with #E541AB
Text Example
Text Example
White with #E541AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541AB; }
p { color: rgb(229,65,171); }
H1.HeaderClassName
{
color: #E541AB;
}
.AnyTagClassName
{
color: #E541AB;
}
</style>
background-color css
<style>
a { background-color: #E541AB; }
a { background-color: rgb(229,65,171); }
div.DivClassName
{
background-color: #E541AB;
}
.BgClassName
{
background-color: #E541AB;
}
</style>
border-color css
<style>
span { border-color: #E541AB; }
span { border-color: rgb(229,65,171); }
td.TdClassName
{
border-color: #E541AB;
}
.TagClassName
{
border-color: #E541AB;
}
</style>