Shades of Wild Strawberry #E93AA5
Tints of Wild Strawberry #E93AA5
RGB
CMYK
RGB Variations
Color information
#E93AA5 (or 0xE93AA5) is known color: Wild Strawberry. HEX triplet: E9, 3A and A5. RGB value is (233,58,165). Sum of RGB (Red+Green+Blue) = 233+58+165=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E93AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93AA5 is #16C55A. Grayscale: #7A7A7A. Windows color (decimal): -1492315 or 10828521. OLE color: 10828521.
HSL color Cylindrical-coordinate representation of color #E93AA5: hue angle of 323.31º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93AA5 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 165 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.09 |
| HSL | 323.31º | 0.8% | 0.57% | - |
| HSV(B) | 323.31º | 0.75% | 0.91% | - |
| XYZ | 41.91 | 23.07 | 37.84 | - |
| YUV | 122.52 | 151.98 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 165 | 0 | 0.75 | 0.29 | 0.09 | 323.31 | 0.8 | 0.57 |
| Hex | E9 | 3A | A5 | 0 | 4B | 1D | 9 | 143 | 50 | 39 |
| Octal | 351 | 72 | 245 | 0 | 113 | 35 | 11 | 503 | 120 | 71 |
| Binary | 11101001 | 111010 | 10100101 | 0 | 1001011 | 11101 | 1001 | 101000011 | 1010000 | 111001 |
Color Harmonies of #E93AA5
Complementary color
Monochromatic Colors of #E93AA5
Black with #E93AA5
Text Example
Text Example
White with #E93AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93AA5; }
p { color: rgb(233,58,165); }
H1.HeaderClassName
{
color: #E93AA5;
}
.AnyTagClassName
{
color: #E93AA5;
}
</style>
background-color css
<style>
a { background-color: #E93AA5; }
a { background-color: rgb(233,58,165); }
div.DivClassName
{
background-color: #E93AA5;
}
.BgClassName
{
background-color: #E93AA5;
}
</style>
border-color css
<style>
span { border-color: #E93AA5; }
span { border-color: rgb(233,58,165); }
td.TdClassName
{
border-color: #E93AA5;
}
.TagClassName
{
border-color: #E93AA5;
}
</style>