Shades of Wild Strawberry #E73CA4
Tints of Wild Strawberry #E73CA4
RGB
CMYK
RGB Variations
Color information
#E73CA4 (or 0xE73CA4) is known color: Wild Strawberry. HEX triplet: E7, 3C and A4. RGB value is (231,60,164). Sum of RGB (Red+Green+Blue) = 231+60+164=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73CA4 is #18C35B. Grayscale: #7A7A7A. Windows color (decimal): -1622876 or 10763495. OLE color: 10763495.
HSL color Cylindrical-coordinate representation of color #E73CA4: hue angle of 323.51º 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 #E73CA4 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 164 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.09 |
| HSL | 323.51º | 0.78% | 0.57% | - |
| HSV(B) | 323.51º | 0.74% | 0.91% | - |
| XYZ | 41.27 | 22.9 | 37.37 | - |
| YUV | 122.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 164 | 0 | 0.74 | 0.29 | 0.09 | 323.51 | 0.78 | 0.57 |
| Hex | E7 | 3C | A4 | 0 | 4A | 1D | 9 | 144 | 4E | 39 |
| Octal | 347 | 74 | 244 | 0 | 112 | 35 | 11 | 504 | 116 | 71 |
| Binary | 11100111 | 111100 | 10100100 | 0 | 1001010 | 11101 | 1001 | 101000100 | 1001110 | 111001 |
Color Harmonies of #E73CA4
Complementary color
Monochromatic Colors of #E73CA4
Black with #E73CA4
Text Example
Text Example
White with #E73CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73CA4; }
p { color: rgb(231,60,164); }
H1.HeaderClassName
{
color: #E73CA4;
}
.AnyTagClassName
{
color: #E73CA4;
}
</style>
background-color css
<style>
a { background-color: #E73CA4; }
a { background-color: rgb(231,60,164); }
div.DivClassName
{
background-color: #E73CA4;
}
.BgClassName
{
background-color: #E73CA4;
}
</style>
border-color css
<style>
span { border-color: #E73CA4; }
span { border-color: rgb(231,60,164); }
td.TdClassName
{
border-color: #E73CA4;
}
.TagClassName
{
border-color: #E73CA4;
}
</style>