Shades of Wild Strawberry #E93BA3
Tints of Wild Strawberry #E93BA3
RGB
CMYK
RGB Variations
Color information
#E93BA3 (or 0xE93BA3) is known color: Wild Strawberry. HEX triplet: E9, 3B and A3. RGB value is (233,59,163). Sum of RGB (Red+Green+Blue) = 233+59+163=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E93BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93BA3 is #16C45C. Grayscale: #7A7A7A. Windows color (decimal): -1492061 or 10697705. OLE color: 10697705.
HSL color Cylindrical-coordinate representation of color #E93BA3: hue angle of 324.14º 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 #E93BA3 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 59 | 163 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.09 |
| HSL | 324.14º | 0.8% | 0.57% | - |
| HSV(B) | 324.14º | 0.75% | 0.91% | - |
| XYZ | 41.78 | 23.1 | 36.91 | - |
| YUV | 122.88 | 150.65 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 59 | 163 | 0 | 0.75 | 0.30 | 0.09 | 324.14 | 0.8 | 0.57 |
| Hex | E9 | 3B | A3 | 0 | 4B | 1E | 9 | 144 | 50 | 39 |
| Octal | 351 | 73 | 243 | 0 | 113 | 36 | 11 | 504 | 120 | 71 |
| Binary | 11101001 | 111011 | 10100011 | 0 | 1001011 | 11110 | 1001 | 101000100 | 1010000 | 111001 |
Color Harmonies of #E93BA3
Complementary color
Monochromatic Colors of #E93BA3
Black with #E93BA3
Text Example
Text Example
White with #E93BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93BA3; }
p { color: rgb(233,59,163); }
H1.HeaderClassName
{
color: #E93BA3;
}
.AnyTagClassName
{
color: #E93BA3;
}
</style>
background-color css
<style>
a { background-color: #E93BA3; }
a { background-color: rgb(233,59,163); }
div.DivClassName
{
background-color: #E93BA3;
}
.BgClassName
{
background-color: #E93BA3;
}
</style>
border-color css
<style>
span { border-color: #E93BA3; }
span { border-color: rgb(233,59,163); }
td.TdClassName
{
border-color: #E93BA3;
}
.TagClassName
{
border-color: #E93BA3;
}
</style>