Shades of Wild Strawberry #E53EA4
Tints of Wild Strawberry #E53EA4
RGB
CMYK
RGB Variations
Color information
#E53EA4 (or 0xE53EA4) is known color: Wild Strawberry. HEX triplet: E5, 3E and A4. RGB value is (229,62,164). Sum of RGB (Red+Green+Blue) = 229+62+164=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E53EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53EA4 is #1AC15B. Grayscale: #7B7B7B. Windows color (decimal): -1753436 or 10764005. OLE color: 10764005.
HSL color Cylindrical-coordinate representation of color #E53EA4: hue angle of 323.35º 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 #E53EA4 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 62 | 164 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.10 |
| HSL | 323.35º | 0.76% | 0.57% | - |
| HSV(B) | 323.35º | 0.73% | 0.9% | - |
| XYZ | 40.74 | 22.78 | 37.37 | - |
| YUV | 123.56 | 150.83 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 164 | 0 | 0.73 | 0.28 | 0.10 | 323.35 | 0.76 | 0.57 |
| Hex | E5 | 3E | A4 | 0 | 49 | 1C | A | 143 | 4C | 39 |
| Octal | 345 | 76 | 244 | 0 | 111 | 34 | 12 | 503 | 114 | 71 |
| Binary | 11100101 | 111110 | 10100100 | 0 | 1001001 | 11100 | 1010 | 101000011 | 1001100 | 111001 |
Color Harmonies of #E53EA4
Complementary color
Monochromatic Colors of #E53EA4
Black with #E53EA4
Text Example
Text Example
White with #E53EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53EA4; }
p { color: rgb(229,62,164); }
H1.HeaderClassName
{
color: #E53EA4;
}
.AnyTagClassName
{
color: #E53EA4;
}
</style>
background-color css
<style>
a { background-color: #E53EA4; }
a { background-color: rgb(229,62,164); }
div.DivClassName
{
background-color: #E53EA4;
}
.BgClassName
{
background-color: #E53EA4;
}
</style>
border-color css
<style>
span { border-color: #E53EA4; }
span { border-color: rgb(229,62,164); }
td.TdClassName
{
border-color: #E53EA4;
}
.TagClassName
{
border-color: #E53EA4;
}
</style>