Shades of Wild Strawberry #E8449F
Tints of Wild Strawberry #E8449F
RGB
CMYK
RGB Variations
Color information
#E8449F (or 0xE8449F) is known color: Wild Strawberry. HEX triplet: E8, 44 and 9F. RGB value is (232,68,159). Sum of RGB (Red+Green+Blue) = 232+68+159=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E8449F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8449F is #17BB60. Grayscale: #7F7F7F. Windows color (decimal): -1555297 or 10437864. OLE color: 10437864.
HSL color Cylindrical-coordinate representation of color #E8449F: hue angle of 326.71º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E8449F is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 68 | 159 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.09 |
| HSL | 326.71º | 0.78% | 0.59% | - |
| HSV(B) | 326.71º | 0.71% | 0.91% | - |
| XYZ | 41.6 | 23.79 | 35.2 | - |
| YUV | 127.41 | 145.83 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 68 | 159 | 0 | 0.71 | 0.31 | 0.09 | 326.71 | 0.78 | 0.59 |
| Hex | E8 | 44 | 9F | 0 | 47 | 1F | 9 | 147 | 4E | 3B |
| Octal | 350 | 104 | 237 | 0 | 107 | 37 | 11 | 507 | 116 | 73 |
| Binary | 11101000 | 1000100 | 10011111 | 0 | 1000111 | 11111 | 1001 | 101000111 | 1001110 | 111011 |
Color Harmonies of #E8449F
Complementary color
Monochromatic Colors of #E8449F
Black with #E8449F
Text Example
Text Example
White with #E8449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8449F; }
p { color: rgb(232,68,159); }
H1.HeaderClassName
{
color: #E8449F;
}
.AnyTagClassName
{
color: #E8449F;
}
</style>
background-color css
<style>
a { background-color: #E8449F; }
a { background-color: rgb(232,68,159); }
div.DivClassName
{
background-color: #E8449F;
}
.BgClassName
{
background-color: #E8449F;
}
</style>
border-color css
<style>
span { border-color: #E8449F; }
span { border-color: rgb(232,68,159); }
td.TdClassName
{
border-color: #E8449F;
}
.TagClassName
{
border-color: #E8449F;
}
</style>