Shades of Wild Strawberry #E8409B
Tints of Wild Strawberry #E8409B
RGB
CMYK
RGB Variations
Color information
#E8409B (or 0xE8409B) is known color: Wild Strawberry. HEX triplet: E8, 40 and 9B. RGB value is (232,64,155). Sum of RGB (Red+Green+Blue) = 232+64+155=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E8409B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8409B is #17BF64. Grayscale: #7C7C7C. Windows color (decimal): -1556325 or 10174696. OLE color: 10174696.
HSL color Cylindrical-coordinate representation of color #E8409B: hue angle of 327.5º 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 #E8409B is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 155 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.09 |
| HSL | 327.5º | 0.79% | 0.58% | - |
| HSV(B) | 327.5º | 0.72% | 0.91% | - |
| XYZ | 41.03 | 23.19 | 33.32 | - |
| YUV | 124.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 155 | 0 | 0.72 | 0.33 | 0.09 | 327.5 | 0.79 | 0.58 |
| Hex | E8 | 40 | 9B | 0 | 48 | 21 | 9 | 148 | 4F | 3A |
| Octal | 350 | 100 | 233 | 0 | 110 | 41 | 11 | 510 | 117 | 72 |
| Binary | 11101000 | 1000000 | 10011011 | 0 | 1001000 | 100001 | 1001 | 101001000 | 1001111 | 111010 |
Color Harmonies of #E8409B
Complementary color
Monochromatic Colors of #E8409B
Black with #E8409B
Text Example
Text Example
White with #E8409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8409B; }
p { color: rgb(232,64,155); }
H1.HeaderClassName
{
color: #E8409B;
}
.AnyTagClassName
{
color: #E8409B;
}
</style>
background-color css
<style>
a { background-color: #E8409B; }
a { background-color: rgb(232,64,155); }
div.DivClassName
{
background-color: #E8409B;
}
.BgClassName
{
background-color: #E8409B;
}
</style>
border-color css
<style>
span { border-color: #E8409B; }
span { border-color: rgb(232,64,155); }
td.TdClassName
{
border-color: #E8409B;
}
.TagClassName
{
border-color: #E8409B;
}
</style>