Shades of Wild Strawberry #E73DA0
Tints of Wild Strawberry #E73DA0
RGB
CMYK
RGB Variations
Color information
#E73DA0 (or 0xE73DA0) is known color: Wild Strawberry. HEX triplet: E7, 3D and A0. RGB value is (231,61,160). Sum of RGB (Red+Green+Blue) = 231+61+160=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73DA0 is #18C25F. Grayscale: #7A7A7A. Windows color (decimal): -1622624 or 10501607. OLE color: 10501607.
HSL color Cylindrical-coordinate representation of color #E73DA0: hue angle of 325.06º 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 #E73DA0 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 160 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.09 |
| HSL | 325.06º | 0.78% | 0.57% | - |
| HSV(B) | 325.06º | 0.74% | 0.91% | - |
| XYZ | 40.97 | 22.86 | 35.51 | - |
| YUV | 123.12 | 148.82 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 160 | 0 | 0.74 | 0.31 | 0.09 | 325.06 | 0.78 | 0.57 |
| Hex | E7 | 3D | A0 | 0 | 4A | 1F | 9 | 145 | 4E | 39 |
| Octal | 347 | 75 | 240 | 0 | 112 | 37 | 11 | 505 | 116 | 71 |
| Binary | 11100111 | 111101 | 10100000 | 0 | 1001010 | 11111 | 1001 | 101000101 | 1001110 | 111001 |
Color Harmonies of #E73DA0
Complementary color
Monochromatic Colors of #E73DA0
Black with #E73DA0
Text Example
Text Example
White with #E73DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73DA0; }
p { color: rgb(231,61,160); }
H1.HeaderClassName
{
color: #E73DA0;
}
.AnyTagClassName
{
color: #E73DA0;
}
</style>
background-color css
<style>
a { background-color: #E73DA0; }
a { background-color: rgb(231,61,160); }
div.DivClassName
{
background-color: #E73DA0;
}
.BgClassName
{
background-color: #E73DA0;
}
</style>
border-color css
<style>
span { border-color: #E73DA0; }
span { border-color: rgb(231,61,160); }
td.TdClassName
{
border-color: #E73DA0;
}
.TagClassName
{
border-color: #E73DA0;
}
</style>