Shades of Wild Strawberry #E83D9A
Tints of Wild Strawberry #E83D9A
RGB
CMYK
RGB Variations
Color information
#E83D9A (or 0xE83D9A) is known color: Wild Strawberry. HEX triplet: E8, 3D and 9A. RGB value is (232,61,154). Sum of RGB (Red+Green+Blue) = 232+61+154=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E83D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83D9A is #17C265. Grayscale: #7A7A7A. Windows color (decimal): -1557094 or 10108392. OLE color: 10108392.
HSL color Cylindrical-coordinate representation of color #E83D9A: hue angle of 327.37º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E83D9A is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 154 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.09 |
| HSL | 327.37º | 0.79% | 0.57% | - |
| HSV(B) | 327.37º | 0.74% | 0.91% | - |
| XYZ | 40.78 | 22.83 | 32.83 | - |
| YUV | 122.73 | 145.65 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 154 | 0 | 0.74 | 0.34 | 0.09 | 327.37 | 0.79 | 0.57 |
| Hex | E8 | 3D | 9A | 0 | 4A | 22 | 9 | 147 | 4F | 39 |
| Octal | 350 | 75 | 232 | 0 | 112 | 42 | 11 | 507 | 117 | 71 |
| Binary | 11101000 | 111101 | 10011010 | 0 | 1001010 | 100010 | 1001 | 101000111 | 1001111 | 111001 |
Color Harmonies of #E83D9A
Complementary color
Monochromatic Colors of #E83D9A
Black with #E83D9A
Text Example
Text Example
White with #E83D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83D9A; }
p { color: rgb(232,61,154); }
H1.HeaderClassName
{
color: #E83D9A;
}
.AnyTagClassName
{
color: #E83D9A;
}
</style>
background-color css
<style>
a { background-color: #E83D9A; }
a { background-color: rgb(232,61,154); }
div.DivClassName
{
background-color: #E83D9A;
}
.BgClassName
{
background-color: #E83D9A;
}
</style>
border-color css
<style>
span { border-color: #E83D9A; }
span { border-color: rgb(232,61,154); }
td.TdClassName
{
border-color: #E83D9A;
}
.TagClassName
{
border-color: #E83D9A;
}
</style>