Shades of Wild Strawberry #E73C9B
Tints of Wild Strawberry #E73C9B
RGB
CMYK
RGB Variations
Color information
#E73C9B (or 0xE73C9B) is known color: Wild Strawberry. HEX triplet: E7, 3C and 9B. RGB value is (231,60,155). Sum of RGB (Red+Green+Blue) = 231+60+155=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E73C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73C9B is #18C364. Grayscale: #797979. Windows color (decimal): -1622885 or 10173671. OLE color: 10173671.
HSL color Cylindrical-coordinate representation of color #E73C9B: hue angle of 326.67º degrees, saturation: 0.78, 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 #E73C9B is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 155 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.09 |
| HSL | 326.67º | 0.78% | 0.57% | - |
| HSV(B) | 326.67º | 0.74% | 0.91% | - |
| XYZ | 40.49 | 22.59 | 33.24 | - |
| YUV | 121.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 155 | 0 | 0.74 | 0.33 | 0.09 | 326.67 | 0.78 | 0.57 |
| Hex | E7 | 3C | 9B | 0 | 4A | 21 | 9 | 147 | 4E | 39 |
| Octal | 347 | 74 | 233 | 0 | 112 | 41 | 11 | 507 | 116 | 71 |
| Binary | 11100111 | 111100 | 10011011 | 0 | 1001010 | 100001 | 1001 | 101000111 | 1001110 | 111001 |
Color Harmonies of #E73C9B
Complementary color
Monochromatic Colors of #E73C9B
Black with #E73C9B
Text Example
Text Example
White with #E73C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73C9B; }
p { color: rgb(231,60,155); }
H1.HeaderClassName
{
color: #E73C9B;
}
.AnyTagClassName
{
color: #E73C9B;
}
</style>
background-color css
<style>
a { background-color: #E73C9B; }
a { background-color: rgb(231,60,155); }
div.DivClassName
{
background-color: #E73C9B;
}
.BgClassName
{
background-color: #E73C9B;
}
</style>
border-color css
<style>
span { border-color: #E73C9B; }
span { border-color: rgb(231,60,155); }
td.TdClassName
{
border-color: #E73C9B;
}
.TagClassName
{
border-color: #E73C9B;
}
</style>