Shades of Wild Strawberry #E73EA0
Tints of Wild Strawberry #E73EA0
RGB
CMYK
RGB Variations
Color information
#E73EA0 (or 0xE73EA0) is known color: Wild Strawberry. HEX triplet: E7, 3E and A0. RGB value is (231,62,160). Sum of RGB (Red+Green+Blue) = 231+62+160=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E73EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73EA0 is #18C15F. Grayscale: #7B7B7B. Windows color (decimal): -1622368 or 10501863. OLE color: 10501863.
HSL color Cylindrical-coordinate representation of color #E73EA0: hue angle of 325.21º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E73EA0 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 62 | 160 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.09 |
| HSL | 325.21º | 0.78% | 0.57% | - |
| HSV(B) | 325.21º | 0.73% | 0.91% | - |
| XYZ | 41.02 | 22.97 | 35.53 | - |
| YUV | 123.7 | 148.49 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 62 | 160 | 0 | 0.73 | 0.31 | 0.09 | 325.21 | 0.78 | 0.57 |
| Hex | E7 | 3E | A0 | 0 | 49 | 1F | 9 | 145 | 4E | 39 |
| Octal | 347 | 76 | 240 | 0 | 111 | 37 | 11 | 505 | 116 | 71 |
| Binary | 11100111 | 111110 | 10100000 | 0 | 1001001 | 11111 | 1001 | 101000101 | 1001110 | 111001 |
Color Harmonies of #E73EA0
Complementary color
Monochromatic Colors of #E73EA0
Black with #E73EA0
Text Example
Text Example
White with #E73EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73EA0; }
p { color: rgb(231,62,160); }
H1.HeaderClassName
{
color: #E73EA0;
}
.AnyTagClassName
{
color: #E73EA0;
}
</style>
background-color css
<style>
a { background-color: #E73EA0; }
a { background-color: rgb(231,62,160); }
div.DivClassName
{
background-color: #E73EA0;
}
.BgClassName
{
background-color: #E73EA0;
}
</style>
border-color css
<style>
span { border-color: #E73EA0; }
span { border-color: rgb(231,62,160); }
td.TdClassName
{
border-color: #E73EA0;
}
.TagClassName
{
border-color: #E73EA0;
}
</style>