Shades of Wild Strawberry #E73DA8
Tints of Wild Strawberry #E73DA8
RGB
CMYK
RGB Variations
Color information
#E73DA8 (or 0xE73DA8) is known color: Wild Strawberry. HEX triplet: E7, 3D and A8. RGB value is (231,61,168). Sum of RGB (Red+Green+Blue) = 231+61+168=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73DA8 is #18C257. Grayscale: #7B7B7B. Windows color (decimal): -1622616 or 11025895. OLE color: 11025895.
HSL color Cylindrical-coordinate representation of color #E73DA8: hue angle of 322.24º 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 #E73DA8 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 168 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.09 |
| HSL | 322.24º | 0.78% | 0.57% | - |
| HSV(B) | 322.24º | 0.74% | 0.91% | - |
| XYZ | 41.69 | 23.15 | 39.32 | - |
| YUV | 124.03 | 152.82 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 168 | 0 | 0.74 | 0.27 | 0.09 | 322.24 | 0.78 | 0.57 |
| Hex | E7 | 3D | A8 | 0 | 4A | 1B | 9 | 142 | 4E | 39 |
| Octal | 347 | 75 | 250 | 0 | 112 | 33 | 11 | 502 | 116 | 71 |
| Binary | 11100111 | 111101 | 10101000 | 0 | 1001010 | 11011 | 1001 | 101000010 | 1001110 | 111001 |
Color Harmonies of #E73DA8
Complementary color
Monochromatic Colors of #E73DA8
Black with #E73DA8
Text Example
Text Example
White with #E73DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73DA8; }
p { color: rgb(231,61,168); }
H1.HeaderClassName
{
color: #E73DA8;
}
.AnyTagClassName
{
color: #E73DA8;
}
</style>
background-color css
<style>
a { background-color: #E73DA8; }
a { background-color: rgb(231,61,168); }
div.DivClassName
{
background-color: #E73DA8;
}
.BgClassName
{
background-color: #E73DA8;
}
</style>
border-color css
<style>
span { border-color: #E73DA8; }
span { border-color: rgb(231,61,168); }
td.TdClassName
{
border-color: #E73DA8;
}
.TagClassName
{
border-color: #E73DA8;
}
</style>