Shades of Wild Strawberry #E93C9B
Tints of Wild Strawberry #E93C9B
RGB
CMYK
RGB Variations
Color information
#E93C9B (or 0xE93C9B) is known color: Wild Strawberry. HEX triplet: E9, 3C and 9B. RGB value is (233,60,155). Sum of RGB (Red+Green+Blue) = 233+60+155=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93C9B is #16C364. Grayscale: #7A7A7A. Windows color (decimal): -1491813 or 10173673. OLE color: 10173673.
HSL color Cylindrical-coordinate representation of color #E93C9B: hue angle of 327.05º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93C9B is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 155 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.09 |
| HSL | 327.05º | 0.8% | 0.57% | - |
| HSV(B) | 327.05º | 0.74% | 0.91% | - |
| XYZ | 41.14 | 22.92 | 33.27 | - |
| YUV | 122.56 | 146.31 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 155 | 0 | 0.74 | 0.33 | 0.09 | 327.05 | 0.8 | 0.57 |
| Hex | E9 | 3C | 9B | 0 | 4A | 21 | 9 | 147 | 50 | 39 |
| Octal | 351 | 74 | 233 | 0 | 112 | 41 | 11 | 507 | 120 | 71 |
| Binary | 11101001 | 111100 | 10011011 | 0 | 1001010 | 100001 | 1001 | 101000111 | 1010000 | 111001 |
Color Harmonies of #E93C9B
Complementary color
Monochromatic Colors of #E93C9B
Black with #E93C9B
Text Example
Text Example
White with #E93C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93C9B; }
p { color: rgb(233,60,155); }
H1.HeaderClassName
{
color: #E93C9B;
}
.AnyTagClassName
{
color: #E93C9B;
}
</style>
background-color css
<style>
a { background-color: #E93C9B; }
a { background-color: rgb(233,60,155); }
div.DivClassName
{
background-color: #E93C9B;
}
.BgClassName
{
background-color: #E93C9B;
}
</style>
border-color css
<style>
span { border-color: #E93C9B; }
span { border-color: rgb(233,60,155); }
td.TdClassName
{
border-color: #E93C9B;
}
.TagClassName
{
border-color: #E93C9B;
}
</style>