Shades of Wild Strawberry #E53FA3
Tints of Wild Strawberry #E53FA3
RGB
CMYK
RGB Variations
Color information
#E53FA3 (or 0xE53FA3) is known color: Wild Strawberry. HEX triplet: E5, 3F and A3. RGB value is (229,63,163). Sum of RGB (Red+Green+Blue) = 229+63+163=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53FA3 is #1AC05C. Grayscale: #7B7B7B. Windows color (decimal): -1753181 or 10698725. OLE color: 10698725.
HSL color Cylindrical-coordinate representation of color #E53FA3: hue angle of 323.86º 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 #E53FA3 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 163 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.10 |
| HSL | 323.86º | 0.76% | 0.57% | - |
| HSV(B) | 323.86º | 0.72% | 0.9% | - |
| XYZ | 40.7 | 22.86 | 36.92 | - |
| YUV | 124.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 163 | 0 | 0.72 | 0.29 | 0.10 | 323.86 | 0.76 | 0.57 |
| Hex | E5 | 3F | A3 | 0 | 48 | 1D | A | 144 | 4C | 39 |
| Octal | 345 | 77 | 243 | 0 | 110 | 35 | 12 | 504 | 114 | 71 |
| Binary | 11100101 | 111111 | 10100011 | 0 | 1001000 | 11101 | 1010 | 101000100 | 1001100 | 111001 |
Color Harmonies of #E53FA3
Complementary color
Monochromatic Colors of #E53FA3
Black with #E53FA3
Text Example
Text Example
White with #E53FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53FA3; }
p { color: rgb(229,63,163); }
H1.HeaderClassName
{
color: #E53FA3;
}
.AnyTagClassName
{
color: #E53FA3;
}
</style>
background-color css
<style>
a { background-color: #E53FA3; }
a { background-color: rgb(229,63,163); }
div.DivClassName
{
background-color: #E53FA3;
}
.BgClassName
{
background-color: #E53FA3;
}
</style>
border-color css
<style>
span { border-color: #E53FA3; }
span { border-color: rgb(229,63,163); }
td.TdClassName
{
border-color: #E53FA3;
}
.TagClassName
{
border-color: #E53FA3;
}
</style>