Shades of Wild Strawberry #E5409F
Tints of Wild Strawberry #E5409F
RGB
CMYK
RGB Variations
Color information
#E5409F (or 0xE5409F) is known color: Wild Strawberry. HEX triplet: E5, 40 and 9F. RGB value is (229,64,159). Sum of RGB (Red+Green+Blue) = 229+64+159=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5409F is #1ABF60. Grayscale: #7B7B7B. Windows color (decimal): -1752929 or 10436837. OLE color: 10436837.
HSL color Cylindrical-coordinate representation of color #E5409F: hue angle of 325.45º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5409F is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 159 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.10 |
| HSL | 325.45º | 0.76% | 0.57% | - |
| HSV(B) | 325.45º | 0.72% | 0.9% | - |
| XYZ | 40.4 | 22.83 | 35.08 | - |
| YUV | 124.17 | 147.66 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 159 | 0 | 0.72 | 0.31 | 0.10 | 325.45 | 0.76 | 0.57 |
| Hex | E5 | 40 | 9F | 0 | 48 | 1F | A | 145 | 4C | 39 |
| Octal | 345 | 100 | 237 | 0 | 110 | 37 | 12 | 505 | 114 | 71 |
| Binary | 11100101 | 1000000 | 10011111 | 0 | 1001000 | 11111 | 1010 | 101000101 | 1001100 | 111001 |
Color Harmonies of #E5409F
Complementary color
Monochromatic Colors of #E5409F
Black with #E5409F
Text Example
Text Example
White with #E5409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5409F; }
p { color: rgb(229,64,159); }
H1.HeaderClassName
{
color: #E5409F;
}
.AnyTagClassName
{
color: #E5409F;
}
</style>
background-color css
<style>
a { background-color: #E5409F; }
a { background-color: rgb(229,64,159); }
div.DivClassName
{
background-color: #E5409F;
}
.BgClassName
{
background-color: #E5409F;
}
</style>
border-color css
<style>
span { border-color: #E5409F; }
span { border-color: rgb(229,64,159); }
td.TdClassName
{
border-color: #E5409F;
}
.TagClassName
{
border-color: #E5409F;
}
</style>