Shades of Wild Strawberry #E53DA1
Tints of Wild Strawberry #E53DA1
RGB
CMYK
RGB Variations
Color information
#E53DA1 (or 0xE53DA1) is known color: Wild Strawberry. HEX triplet: E5, 3D and A1. RGB value is (229,61,161). Sum of RGB (Red+Green+Blue) = 229+61+161=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53DA1 is #1AC25E. Grayscale: #7A7A7A. Windows color (decimal): -1753695 or 10567141. OLE color: 10567141.
HSL color Cylindrical-coordinate representation of color #E53DA1: hue angle of 324.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53DA1 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 161 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.10 |
| HSL | 324.29º | 0.76% | 0.57% | - |
| HSV(B) | 324.29º | 0.73% | 0.9% | - |
| XYZ | 40.41 | 22.57 | 35.94 | - |
| YUV | 122.63 | 149.66 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 161 | 0 | 0.73 | 0.30 | 0.10 | 324.29 | 0.76 | 0.57 |
| Hex | E5 | 3D | A1 | 0 | 49 | 1E | A | 144 | 4C | 39 |
| Octal | 345 | 75 | 241 | 0 | 111 | 36 | 12 | 504 | 114 | 71 |
| Binary | 11100101 | 111101 | 10100001 | 0 | 1001001 | 11110 | 1010 | 101000100 | 1001100 | 111001 |
Color Harmonies of #E53DA1
Complementary color
Monochromatic Colors of #E53DA1
Black with #E53DA1
Text Example
Text Example
White with #E53DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53DA1; }
p { color: rgb(229,61,161); }
H1.HeaderClassName
{
color: #E53DA1;
}
.AnyTagClassName
{
color: #E53DA1;
}
</style>
background-color css
<style>
a { background-color: #E53DA1; }
a { background-color: rgb(229,61,161); }
div.DivClassName
{
background-color: #E53DA1;
}
.BgClassName
{
background-color: #E53DA1;
}
</style>
border-color css
<style>
span { border-color: #E53DA1; }
span { border-color: rgb(229,61,161); }
td.TdClassName
{
border-color: #E53DA1;
}
.TagClassName
{
border-color: #E53DA1;
}
</style>