Shades of Wild Strawberry #E93D99
Tints of Wild Strawberry #E93D99
RGB
CMYK
RGB Variations
Color information
#E93D99 (or 0xE93D99) is known color: Wild Strawberry. HEX triplet: E9, 3D and 99. RGB value is (233,61,153). Sum of RGB (Red+Green+Blue) = 233+61+153=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93D99 is #16C266. Grayscale: #7A7A7A. Windows color (decimal): -1491559 or 10042857. OLE color: 10042857.
HSL color Cylindrical-coordinate representation of color #E93D99: hue angle of 327.91º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93D99 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 153 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.09 |
| HSL | 327.91º | 0.8% | 0.58% | - |
| HSV(B) | 327.91º | 0.74% | 0.91% | - |
| XYZ | 41.02 | 22.96 | 32.41 | - |
| YUV | 122.92 | 144.98 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 153 | 0 | 0.74 | 0.34 | 0.09 | 327.91 | 0.8 | 0.58 |
| Hex | E9 | 3D | 99 | 0 | 4A | 22 | 9 | 148 | 50 | 3A |
| Octal | 351 | 75 | 231 | 0 | 112 | 42 | 11 | 510 | 120 | 72 |
| Binary | 11101001 | 111101 | 10011001 | 0 | 1001010 | 100010 | 1001 | 101001000 | 1010000 | 111010 |
Color Harmonies of #E93D99
Complementary color
Monochromatic Colors of #E93D99
Black with #E93D99
Text Example
Text Example
White with #E93D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D99; }
p { color: rgb(233,61,153); }
H1.HeaderClassName
{
color: #E93D99;
}
.AnyTagClassName
{
color: #E93D99;
}
</style>
background-color css
<style>
a { background-color: #E93D99; }
a { background-color: rgb(233,61,153); }
div.DivClassName
{
background-color: #E93D99;
}
.BgClassName
{
background-color: #E93D99;
}
</style>
border-color css
<style>
span { border-color: #E93D99; }
span { border-color: rgb(233,61,153); }
td.TdClassName
{
border-color: #E93D99;
}
.TagClassName
{
border-color: #E93D99;
}
</style>