Shades of Wild Strawberry #E53F9F
Tints of Wild Strawberry #E53F9F
RGB
CMYK
RGB Variations
Color information
#E53F9F (or 0xE53F9F) is known color: Wild Strawberry. HEX triplet: E5, 3F and 9F. RGB value is (229,63,159). Sum of RGB (Red+Green+Blue) = 229+63+159=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53F9F is #1AC060. Grayscale: #7B7B7B. Windows color (decimal): -1753185 or 10436581. OLE color: 10436581.
HSL color Cylindrical-coordinate representation of color #E53F9F: hue angle of 325.3º 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 #E53F9F is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 159 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.10 |
| HSL | 325.3º | 0.76% | 0.57% | - |
| HSV(B) | 325.3º | 0.72% | 0.9% | - |
| XYZ | 40.35 | 22.72 | 35.06 | - |
| YUV | 123.58 | 148 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 159 | 0 | 0.72 | 0.31 | 0.10 | 325.3 | 0.76 | 0.57 |
| Hex | E5 | 3F | 9F | 0 | 48 | 1F | A | 145 | 4C | 39 |
| Octal | 345 | 77 | 237 | 0 | 110 | 37 | 12 | 505 | 114 | 71 |
| Binary | 11100101 | 111111 | 10011111 | 0 | 1001000 | 11111 | 1010 | 101000101 | 1001100 | 111001 |
Color Harmonies of #E53F9F
Complementary color
Monochromatic Colors of #E53F9F
Black with #E53F9F
Text Example
Text Example
White with #E53F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53F9F; }
p { color: rgb(229,63,159); }
H1.HeaderClassName
{
color: #E53F9F;
}
.AnyTagClassName
{
color: #E53F9F;
}
</style>
background-color css
<style>
a { background-color: #E53F9F; }
a { background-color: rgb(229,63,159); }
div.DivClassName
{
background-color: #E53F9F;
}
.BgClassName
{
background-color: #E53F9F;
}
</style>
border-color css
<style>
span { border-color: #E53F9F; }
span { border-color: rgb(229,63,159); }
td.TdClassName
{
border-color: #E53F9F;
}
.TagClassName
{
border-color: #E53F9F;
}
</style>