Shades of Wild Strawberry #E73BA4
Tints of Wild Strawberry #E73BA4
RGB
CMYK
RGB Variations
Color information
#E73BA4 (or 0xE73BA4) is known color: Wild Strawberry. HEX triplet: E7, 3B and A4. RGB value is (231,59,164). Sum of RGB (Red+Green+Blue) = 231+59+164=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E73BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73BA4 is #18C45B. Grayscale: #7A7A7A. Windows color (decimal): -1623132 or 10763239. OLE color: 10763239.
HSL color Cylindrical-coordinate representation of color #E73BA4: hue angle of 323.37º 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 #E73BA4 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 59 | 164 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.09 |
| HSL | 323.37º | 0.78% | 0.57% | - |
| HSV(B) | 323.37º | 0.74% | 0.91% | - |
| XYZ | 41.22 | 22.8 | 37.35 | - |
| YUV | 122.4 | 151.48 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 59 | 164 | 0 | 0.74 | 0.29 | 0.09 | 323.37 | 0.78 | 0.57 |
| Hex | E7 | 3B | A4 | 0 | 4A | 1D | 9 | 143 | 4E | 39 |
| Octal | 347 | 73 | 244 | 0 | 112 | 35 | 11 | 503 | 116 | 71 |
| Binary | 11100111 | 111011 | 10100100 | 0 | 1001010 | 11101 | 1001 | 101000011 | 1001110 | 111001 |
Color Harmonies of #E73BA4
Complementary color
Monochromatic Colors of #E73BA4
Black with #E73BA4
Text Example
Text Example
White with #E73BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73BA4; }
p { color: rgb(231,59,164); }
H1.HeaderClassName
{
color: #E73BA4;
}
.AnyTagClassName
{
color: #E73BA4;
}
</style>
background-color css
<style>
a { background-color: #E73BA4; }
a { background-color: rgb(231,59,164); }
div.DivClassName
{
background-color: #E73BA4;
}
.BgClassName
{
background-color: #E73BA4;
}
</style>
border-color css
<style>
span { border-color: #E73BA4; }
span { border-color: rgb(231,59,164); }
td.TdClassName
{
border-color: #E73BA4;
}
.TagClassName
{
border-color: #E73BA4;
}
</style>