Shades of Wild Strawberry #E93D9C
Tints of Wild Strawberry #E93D9C
RGB
CMYK
RGB Variations
Color information
#E93D9C (or 0xE93D9C) is known color: Wild Strawberry. HEX triplet: E9, 3D and 9C. RGB value is (233,61,156). Sum of RGB (Red+Green+Blue) = 233+61+156=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93D9C is #16C263. Grayscale: #7B7B7B. Windows color (decimal): -1491556 or 10239465. OLE color: 10239465.
HSL color Cylindrical-coordinate representation of color #E93D9C: hue angle of 326.86º 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 #E93D9C is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 156 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.09 |
| HSL | 326.86º | 0.8% | 0.58% | - |
| HSV(B) | 326.86º | 0.74% | 0.91% | - |
| XYZ | 41.27 | 23.06 | 33.73 | - |
| YUV | 123.26 | 146.48 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 156 | 0 | 0.74 | 0.33 | 0.09 | 326.86 | 0.8 | 0.58 |
| Hex | E9 | 3D | 9C | 0 | 4A | 21 | 9 | 147 | 50 | 3A |
| Octal | 351 | 75 | 234 | 0 | 112 | 41 | 11 | 507 | 120 | 72 |
| Binary | 11101001 | 111101 | 10011100 | 0 | 1001010 | 100001 | 1001 | 101000111 | 1010000 | 111010 |
Color Harmonies of #E93D9C
Complementary color
Monochromatic Colors of #E93D9C
Black with #E93D9C
Text Example
Text Example
White with #E93D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D9C; }
p { color: rgb(233,61,156); }
H1.HeaderClassName
{
color: #E93D9C;
}
.AnyTagClassName
{
color: #E93D9C;
}
</style>
background-color css
<style>
a { background-color: #E93D9C; }
a { background-color: rgb(233,61,156); }
div.DivClassName
{
background-color: #E93D9C;
}
.BgClassName
{
background-color: #E93D9C;
}
</style>
border-color css
<style>
span { border-color: #E93D9C; }
span { border-color: rgb(233,61,156); }
td.TdClassName
{
border-color: #E93D9C;
}
.TagClassName
{
border-color: #E93D9C;
}
</style>