Shades of Wild Strawberry #E73D9B
Tints of Wild Strawberry #E73D9B
RGB
CMYK
RGB Variations
Color information
#E73D9B (or 0xE73D9B) is known color: Wild Strawberry. HEX triplet: E7, 3D and 9B. RGB value is (231,61,155). Sum of RGB (Red+Green+Blue) = 231+61+155=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73D9B is #18C264. Grayscale: #7A7A7A. Windows color (decimal): -1622629 or 10173927. OLE color: 10173927.
HSL color Cylindrical-coordinate representation of color #E73D9B: hue angle of 326.82º 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 #E73D9B is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 155 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.09 |
| HSL | 326.82º | 0.78% | 0.57% | - |
| HSV(B) | 326.82º | 0.74% | 0.91% | - |
| XYZ | 40.54 | 22.69 | 33.25 | - |
| YUV | 122.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 155 | 0 | 0.74 | 0.33 | 0.09 | 326.82 | 0.78 | 0.57 |
| Hex | E7 | 3D | 9B | 0 | 4A | 21 | 9 | 147 | 4E | 39 |
| Octal | 347 | 75 | 233 | 0 | 112 | 41 | 11 | 507 | 116 | 71 |
| Binary | 11100111 | 111101 | 10011011 | 0 | 1001010 | 100001 | 1001 | 101000111 | 1001110 | 111001 |
Color Harmonies of #E73D9B
Complementary color
Monochromatic Colors of #E73D9B
Black with #E73D9B
Text Example
Text Example
White with #E73D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73D9B; }
p { color: rgb(231,61,155); }
H1.HeaderClassName
{
color: #E73D9B;
}
.AnyTagClassName
{
color: #E73D9B;
}
</style>
background-color css
<style>
a { background-color: #E73D9B; }
a { background-color: rgb(231,61,155); }
div.DivClassName
{
background-color: #E73D9B;
}
.BgClassName
{
background-color: #E73D9B;
}
</style>
border-color css
<style>
span { border-color: #E73D9B; }
span { border-color: rgb(231,61,155); }
td.TdClassName
{
border-color: #E73D9B;
}
.TagClassName
{
border-color: #E73D9B;
}
</style>