Shades of Wild Strawberry #E73DA3
Tints of Wild Strawberry #E73DA3
RGB
CMYK
RGB Variations
Color information
#E73DA3 (or 0xE73DA3) is known color: Wild Strawberry. HEX triplet: E7, 3D and A3. RGB value is (231,61,163). Sum of RGB (Red+Green+Blue) = 231+61+163=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73DA3 is #18C25C. Grayscale: #7B7B7B. Windows color (decimal): -1622621 or 10698215. OLE color: 10698215.
HSL color Cylindrical-coordinate representation of color #E73DA3: hue angle of 324º 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 #E73DA3 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 163 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.09 |
| HSL | 324º | 0.78% | 0.57% | - |
| HSV(B) | 324º | 0.74% | 0.91% | - |
| XYZ | 41.23 | 22.97 | 36.91 | - |
| YUV | 123.46 | 150.32 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 163 | 0 | 0.74 | 0.29 | 0.09 | 324 | 0.78 | 0.57 |
| Hex | E7 | 3D | A3 | 0 | 4A | 1D | 9 | 144 | 4E | 39 |
| Octal | 347 | 75 | 243 | 0 | 112 | 35 | 11 | 504 | 116 | 71 |
| Binary | 11100111 | 111101 | 10100011 | 0 | 1001010 | 11101 | 1001 | 101000100 | 1001110 | 111001 |
Color Harmonies of #E73DA3
Complementary color
Monochromatic Colors of #E73DA3
Black with #E73DA3
Text Example
Text Example
White with #E73DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73DA3; }
p { color: rgb(231,61,163); }
H1.HeaderClassName
{
color: #E73DA3;
}
.AnyTagClassName
{
color: #E73DA3;
}
</style>
background-color css
<style>
a { background-color: #E73DA3; }
a { background-color: rgb(231,61,163); }
div.DivClassName
{
background-color: #E73DA3;
}
.BgClassName
{
background-color: #E73DA3;
}
</style>
border-color css
<style>
span { border-color: #E73DA3; }
span { border-color: rgb(231,61,163); }
td.TdClassName
{
border-color: #E73DA3;
}
.TagClassName
{
border-color: #E73DA3;
}
</style>