Shades of Wild Strawberry #E83DA3
Tints of Wild Strawberry #E83DA3
RGB
CMYK
RGB Variations
Color information
#E83DA3 (or 0xE83DA3) is known color: Wild Strawberry. HEX triplet: E8, 3D and A3. RGB value is (232,61,163). Sum of RGB (Red+Green+Blue) = 232+61+163=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E83DA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83DA3 is #17C25C. Grayscale: #7B7B7B. Windows color (decimal): -1557085 or 10698216. OLE color: 10698216.
HSL color Cylindrical-coordinate representation of color #E83DA3: hue angle of 324.21º 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 #E83DA3 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 163 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.09 |
| HSL | 324.21º | 0.79% | 0.57% | - |
| HSV(B) | 324.21º | 0.74% | 0.91% | - |
| XYZ | 41.56 | 23.14 | 36.93 | - |
| YUV | 123.76 | 150.15 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 163 | 0 | 0.74 | 0.30 | 0.09 | 324.21 | 0.79 | 0.57 |
| Hex | E8 | 3D | A3 | 0 | 4A | 1E | 9 | 144 | 4F | 39 |
| Octal | 350 | 75 | 243 | 0 | 112 | 36 | 11 | 504 | 117 | 71 |
| Binary | 11101000 | 111101 | 10100011 | 0 | 1001010 | 11110 | 1001 | 101000100 | 1001111 | 111001 |
Color Harmonies of #E83DA3
Complementary color
Monochromatic Colors of #E83DA3
Black with #E83DA3
Text Example
Text Example
White with #E83DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83DA3; }
p { color: rgb(232,61,163); }
H1.HeaderClassName
{
color: #E83DA3;
}
.AnyTagClassName
{
color: #E83DA3;
}
</style>
background-color css
<style>
a { background-color: #E83DA3; }
a { background-color: rgb(232,61,163); }
div.DivClassName
{
background-color: #E83DA3;
}
.BgClassName
{
background-color: #E83DA3;
}
</style>
border-color css
<style>
span { border-color: #E83DA3; }
span { border-color: rgb(232,61,163); }
td.TdClassName
{
border-color: #E83DA3;
}
.TagClassName
{
border-color: #E83DA3;
}
</style>