Shades of Wild Strawberry #E73FA1
Tints of Wild Strawberry #E73FA1
RGB
CMYK
RGB Variations
Color information
#E73FA1 (or 0xE73FA1) is known color: Wild Strawberry. HEX triplet: E7, 3F and A1. RGB value is (231,63,161). Sum of RGB (Red+Green+Blue) = 231+63+161=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E73FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73FA1 is #18C05E. Grayscale: #7C7C7C. Windows color (decimal): -1622111 or 10567655. OLE color: 10567655.
HSL color Cylindrical-coordinate representation of color #E73FA1: hue angle of 325º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E73FA1 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 63 | 161 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.09 |
| HSL | 325º | 0.78% | 0.58% | - |
| HSV(B) | 325º | 0.73% | 0.91% | - |
| XYZ | 41.17 | 23.12 | 36.01 | - |
| YUV | 124.4 | 148.66 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 63 | 161 | 0 | 0.73 | 0.30 | 0.09 | 325 | 0.78 | 0.58 |
| Hex | E7 | 3F | A1 | 0 | 49 | 1E | 9 | 145 | 4E | 3A |
| Octal | 347 | 77 | 241 | 0 | 111 | 36 | 11 | 505 | 116 | 72 |
| Binary | 11100111 | 111111 | 10100001 | 0 | 1001001 | 11110 | 1001 | 101000101 | 1001110 | 111010 |
Color Harmonies of #E73FA1
Complementary color
Monochromatic Colors of #E73FA1
Black with #E73FA1
Text Example
Text Example
White with #E73FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73FA1; }
p { color: rgb(231,63,161); }
H1.HeaderClassName
{
color: #E73FA1;
}
.AnyTagClassName
{
color: #E73FA1;
}
</style>
background-color css
<style>
a { background-color: #E73FA1; }
a { background-color: rgb(231,63,161); }
div.DivClassName
{
background-color: #E73FA1;
}
.BgClassName
{
background-color: #E73FA1;
}
</style>
border-color css
<style>
span { border-color: #E73FA1; }
span { border-color: rgb(231,63,161); }
td.TdClassName
{
border-color: #E73FA1;
}
.TagClassName
{
border-color: #E73FA1;
}
</style>