Shades of Wild Strawberry #E93B9F
Tints of Wild Strawberry #E93B9F
RGB
CMYK
RGB Variations
Color information
#E93B9F (or 0xE93B9F) is known color: Wild Strawberry. HEX triplet: E9, 3B and 9F. RGB value is (233,59,159). Sum of RGB (Red+Green+Blue) = 233+59+159=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E93B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93B9F is #16C460. Grayscale: #7A7A7A. Windows color (decimal): -1492065 or 10435561. OLE color: 10435561.
HSL color Cylindrical-coordinate representation of color #E93B9F: hue angle of 325.52º 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 #E93B9F is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 59 | 159 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.09 |
| HSL | 325.52º | 0.8% | 0.57% | - |
| HSV(B) | 325.52º | 0.75% | 0.91% | - |
| XYZ | 41.43 | 22.95 | 35.05 | - |
| YUV | 122.43 | 148.65 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 59 | 159 | 0 | 0.75 | 0.32 | 0.09 | 325.52 | 0.8 | 0.57 |
| Hex | E9 | 3B | 9F | 0 | 4B | 20 | 9 | 146 | 50 | 39 |
| Octal | 351 | 73 | 237 | 0 | 113 | 40 | 11 | 506 | 120 | 71 |
| Binary | 11101001 | 111011 | 10011111 | 0 | 1001011 | 100000 | 1001 | 101000110 | 1010000 | 111001 |
Color Harmonies of #E93B9F
Complementary color
Monochromatic Colors of #E93B9F
Black with #E93B9F
Text Example
Text Example
White with #E93B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93B9F; }
p { color: rgb(233,59,159); }
H1.HeaderClassName
{
color: #E93B9F;
}
.AnyTagClassName
{
color: #E93B9F;
}
</style>
background-color css
<style>
a { background-color: #E93B9F; }
a { background-color: rgb(233,59,159); }
div.DivClassName
{
background-color: #E93B9F;
}
.BgClassName
{
background-color: #E93B9F;
}
</style>
border-color css
<style>
span { border-color: #E93B9F; }
span { border-color: rgb(233,59,159); }
td.TdClassName
{
border-color: #E93B9F;
}
.TagClassName
{
border-color: #E93B9F;
}
</style>