Shades of Wild Strawberry #E53E9F
Tints of Wild Strawberry #E53E9F
RGB
CMYK
RGB Variations
Color information
#E53E9F (or 0xE53E9F) is known color: Wild Strawberry. HEX triplet: E5, 3E and 9F. RGB value is (229,62,159). Sum of RGB (Red+Green+Blue) = 229+62+159=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53E9F is #1AC160. Grayscale: #7A7A7A. Windows color (decimal): -1753441 or 10436325. OLE color: 10436325.
HSL color Cylindrical-coordinate representation of color #E53E9F: hue angle of 325.15º 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 #E53E9F is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 62 | 159 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.10 |
| HSL | 325.15º | 0.76% | 0.57% | - |
| HSV(B) | 325.15º | 0.73% | 0.9% | - |
| XYZ | 40.29 | 22.61 | 35.04 | - |
| YUV | 122.99 | 148.33 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 159 | 0 | 0.73 | 0.31 | 0.10 | 325.15 | 0.76 | 0.57 |
| Hex | E5 | 3E | 9F | 0 | 49 | 1F | A | 145 | 4C | 39 |
| Octal | 345 | 76 | 237 | 0 | 111 | 37 | 12 | 505 | 114 | 71 |
| Binary | 11100101 | 111110 | 10011111 | 0 | 1001001 | 11111 | 1010 | 101000101 | 1001100 | 111001 |
Color Harmonies of #E53E9F
Complementary color
Monochromatic Colors of #E53E9F
Black with #E53E9F
Text Example
Text Example
White with #E53E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53E9F; }
p { color: rgb(229,62,159); }
H1.HeaderClassName
{
color: #E53E9F;
}
.AnyTagClassName
{
color: #E53E9F;
}
</style>
background-color css
<style>
a { background-color: #E53E9F; }
a { background-color: rgb(229,62,159); }
div.DivClassName
{
background-color: #E53E9F;
}
.BgClassName
{
background-color: #E53E9F;
}
</style>
border-color css
<style>
span { border-color: #E53E9F; }
span { border-color: rgb(229,62,159); }
td.TdClassName
{
border-color: #E53E9F;
}
.TagClassName
{
border-color: #E53E9F;
}
</style>