Shades of Wild Strawberry #E53FA6
Tints of Wild Strawberry #E53FA6
RGB
CMYK
RGB Variations
Color information
#E53FA6 (or 0xE53FA6) is known color: Wild Strawberry. HEX triplet: E5, 3F and A6. RGB value is (229,63,166). Sum of RGB (Red+Green+Blue) = 229+63+166=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53FA6 is #1AC059. Grayscale: #7C7C7C. Windows color (decimal): -1753178 or 10895333. OLE color: 10895333.
HSL color Cylindrical-coordinate representation of color #E53FA6: hue angle of 322.77º 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 #E53FA6 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 166 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.10 |
| HSL | 322.77º | 0.76% | 0.57% | - |
| HSV(B) | 322.77º | 0.72% | 0.9% | - |
| XYZ | 40.97 | 22.97 | 38.35 | - |
| YUV | 124.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 166 | 0 | 0.72 | 0.28 | 0.10 | 322.77 | 0.76 | 0.57 |
| Hex | E5 | 3F | A6 | 0 | 48 | 1C | A | 143 | 4C | 39 |
| Octal | 345 | 77 | 246 | 0 | 110 | 34 | 12 | 503 | 114 | 71 |
| Binary | 11100101 | 111111 | 10100110 | 0 | 1001000 | 11100 | 1010 | 101000011 | 1001100 | 111001 |
Color Harmonies of #E53FA6
Complementary color
Monochromatic Colors of #E53FA6
Black with #E53FA6
Text Example
Text Example
White with #E53FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53FA6; }
p { color: rgb(229,63,166); }
H1.HeaderClassName
{
color: #E53FA6;
}
.AnyTagClassName
{
color: #E53FA6;
}
</style>
background-color css
<style>
a { background-color: #E53FA6; }
a { background-color: rgb(229,63,166); }
div.DivClassName
{
background-color: #E53FA6;
}
.BgClassName
{
background-color: #E53FA6;
}
</style>
border-color css
<style>
span { border-color: #E53FA6; }
span { border-color: rgb(229,63,166); }
td.TdClassName
{
border-color: #E53FA6;
}
.TagClassName
{
border-color: #E53FA6;
}
</style>