Shades of Wild Strawberry #E7409D
Tints of Wild Strawberry #E7409D
RGB
CMYK
RGB Variations
Color information
#E7409D (or 0xE7409D) is known color: Wild Strawberry. HEX triplet: E7, 40 and 9D. RGB value is (231,64,157). Sum of RGB (Red+Green+Blue) = 231+64+157=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7409D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7409D is #18BF62. Grayscale: #7C7C7C. Windows color (decimal): -1621859 or 10305767. OLE color: 10305767.
HSL color Cylindrical-coordinate representation of color #E7409D: hue angle of 326.59º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7409D is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 157 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.09 |
| HSL | 326.59º | 0.78% | 0.58% | - |
| HSV(B) | 326.59º | 0.72% | 0.91% | - |
| XYZ | 40.87 | 23.09 | 34.2 | - |
| YUV | 124.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 157 | 0 | 0.72 | 0.32 | 0.09 | 326.59 | 0.78 | 0.58 |
| Hex | E7 | 40 | 9D | 0 | 48 | 20 | 9 | 147 | 4E | 3A |
| Octal | 347 | 100 | 235 | 0 | 110 | 40 | 11 | 507 | 116 | 72 |
| Binary | 11100111 | 1000000 | 10011101 | 0 | 1001000 | 100000 | 1001 | 101000111 | 1001110 | 111010 |
Color Harmonies of #E7409D
Complementary color
Monochromatic Colors of #E7409D
Black with #E7409D
Text Example
Text Example
White with #E7409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7409D; }
p { color: rgb(231,64,157); }
H1.HeaderClassName
{
color: #E7409D;
}
.AnyTagClassName
{
color: #E7409D;
}
</style>
background-color css
<style>
a { background-color: #E7409D; }
a { background-color: rgb(231,64,157); }
div.DivClassName
{
background-color: #E7409D;
}
.BgClassName
{
background-color: #E7409D;
}
</style>
border-color css
<style>
span { border-color: #E7409D; }
span { border-color: rgb(231,64,157); }
td.TdClassName
{
border-color: #E7409D;
}
.TagClassName
{
border-color: #E7409D;
}
</style>