Shades of Wild Strawberry #E73CA0
Tints of Wild Strawberry #E73CA0
RGB
CMYK
RGB Variations
Color information
#E73CA0 (or 0xE73CA0) is known color: Wild Strawberry. HEX triplet: E7, 3C and A0. RGB value is (231,60,160). Sum of RGB (Red+Green+Blue) = 231+60+160=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73CA0 is #18C35F. Grayscale: #7A7A7A. Windows color (decimal): -1622880 or 10501351. OLE color: 10501351.
HSL color Cylindrical-coordinate representation of color #E73CA0: hue angle of 324.91º 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 #E73CA0 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 160 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.09 |
| HSL | 324.91º | 0.78% | 0.57% | - |
| HSV(B) | 324.91º | 0.74% | 0.91% | - |
| XYZ | 40.92 | 22.76 | 35.49 | - |
| YUV | 122.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 160 | 0 | 0.74 | 0.31 | 0.09 | 324.91 | 0.78 | 0.57 |
| Hex | E7 | 3C | A0 | 0 | 4A | 1F | 9 | 145 | 4E | 39 |
| Octal | 347 | 74 | 240 | 0 | 112 | 37 | 11 | 505 | 116 | 71 |
| Binary | 11100111 | 111100 | 10100000 | 0 | 1001010 | 11111 | 1001 | 101000101 | 1001110 | 111001 |
Color Harmonies of #E73CA0
Complementary color
Monochromatic Colors of #E73CA0
Black with #E73CA0
Text Example
Text Example
White with #E73CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73CA0; }
p { color: rgb(231,60,160); }
H1.HeaderClassName
{
color: #E73CA0;
}
.AnyTagClassName
{
color: #E73CA0;
}
</style>
background-color css
<style>
a { background-color: #E73CA0; }
a { background-color: rgb(231,60,160); }
div.DivClassName
{
background-color: #E73CA0;
}
.BgClassName
{
background-color: #E73CA0;
}
</style>
border-color css
<style>
span { border-color: #E73CA0; }
span { border-color: rgb(231,60,160); }
td.TdClassName
{
border-color: #E73CA0;
}
.TagClassName
{
border-color: #E73CA0;
}
</style>