Shades of Wild Strawberry #E8409D
Tints of Wild Strawberry #E8409D
RGB
CMYK
RGB Variations
Color information
#E8409D (or 0xE8409D) is known color: Wild Strawberry. HEX triplet: E8, 40 and 9D. RGB value is (232,64,157). Sum of RGB (Red+Green+Blue) = 232+64+157=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E8409D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8409D is #17BF62. Grayscale: #7C7C7C. Windows color (decimal): -1556323 or 10305768. OLE color: 10305768.
HSL color Cylindrical-coordinate representation of color #E8409D: hue angle of 326.79º degrees, saturation: 0.79, 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 #E8409D is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 157 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.09 |
| HSL | 326.79º | 0.79% | 0.58% | - |
| HSV(B) | 326.79º | 0.72% | 0.91% | - |
| XYZ | 41.2 | 23.26 | 34.22 | - |
| YUV | 124.83 | 146.16 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 157 | 0 | 0.72 | 0.32 | 0.09 | 326.79 | 0.79 | 0.58 |
| Hex | E8 | 40 | 9D | 0 | 48 | 20 | 9 | 147 | 4F | 3A |
| Octal | 350 | 100 | 235 | 0 | 110 | 40 | 11 | 507 | 117 | 72 |
| Binary | 11101000 | 1000000 | 10011101 | 0 | 1001000 | 100000 | 1001 | 101000111 | 1001111 | 111010 |
Color Harmonies of #E8409D
Complementary color
Monochromatic Colors of #E8409D
Black with #E8409D
Text Example
Text Example
White with #E8409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8409D; }
p { color: rgb(232,64,157); }
H1.HeaderClassName
{
color: #E8409D;
}
.AnyTagClassName
{
color: #E8409D;
}
</style>
background-color css
<style>
a { background-color: #E8409D; }
a { background-color: rgb(232,64,157); }
div.DivClassName
{
background-color: #E8409D;
}
.BgClassName
{
background-color: #E8409D;
}
</style>
border-color css
<style>
span { border-color: #E8409D; }
span { border-color: rgb(232,64,157); }
td.TdClassName
{
border-color: #E8409D;
}
.TagClassName
{
border-color: #E8409D;
}
</style>