Shades of Wild Strawberry #E93FA3
Tints of Wild Strawberry #E93FA3
RGB
CMYK
RGB Variations
Color information
#E93FA3 (or 0xE93FA3) is known color: Wild Strawberry. HEX triplet: E9, 3F and A3. RGB value is (233,63,163). Sum of RGB (Red+Green+Blue) = 233+63+163=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E93FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93FA3 is #16C05C. Grayscale: #7D7D7D. Windows color (decimal): -1491037 or 10698729. OLE color: 10698729.
HSL color Cylindrical-coordinate representation of color #E93FA3: hue angle of 324.71º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E93FA3 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 63 | 163 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.09 |
| HSL | 324.71º | 0.79% | 0.58% | - |
| HSV(B) | 324.71º | 0.73% | 0.91% | - |
| XYZ | 41.99 | 23.52 | 36.98 | - |
| YUV | 125.23 | 149.32 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 63 | 163 | 0 | 0.73 | 0.30 | 0.09 | 324.71 | 0.79 | 0.58 |
| Hex | E9 | 3F | A3 | 0 | 49 | 1E | 9 | 145 | 4F | 3A |
| Octal | 351 | 77 | 243 | 0 | 111 | 36 | 11 | 505 | 117 | 72 |
| Binary | 11101001 | 111111 | 10100011 | 0 | 1001001 | 11110 | 1001 | 101000101 | 1001111 | 111010 |
Color Harmonies of #E93FA3
Complementary color
Monochromatic Colors of #E93FA3
Black with #E93FA3
Text Example
Text Example
White with #E93FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93FA3; }
p { color: rgb(233,63,163); }
H1.HeaderClassName
{
color: #E93FA3;
}
.AnyTagClassName
{
color: #E93FA3;
}
</style>
background-color css
<style>
a { background-color: #E93FA3; }
a { background-color: rgb(233,63,163); }
div.DivClassName
{
background-color: #E93FA3;
}
.BgClassName
{
background-color: #E93FA3;
}
</style>
border-color css
<style>
span { border-color: #E93FA3; }
span { border-color: rgb(233,63,163); }
td.TdClassName
{
border-color: #E93FA3;
}
.TagClassName
{
border-color: #E93FA3;
}
</style>