Shades of Wild Strawberry #E83CA3
Tints of Wild Strawberry #E83CA3
RGB
CMYK
RGB Variations
Color information
#E83CA3 (or 0xE83CA3) is known color: Wild Strawberry. HEX triplet: E8, 3C and A3. RGB value is (232,60,163). Sum of RGB (Red+Green+Blue) = 232+60+163=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E83CA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83CA3 is #17C35C. Grayscale: #7A7A7A. Windows color (decimal): -1557341 or 10697960. OLE color: 10697960.
HSL color Cylindrical-coordinate representation of color #E83CA3: hue angle of 324.07º 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 #E83CA3 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 60 | 163 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.09 |
| HSL | 324.07º | 0.79% | 0.57% | - |
| HSV(B) | 324.07º | 0.74% | 0.91% | - |
| XYZ | 41.51 | 23.03 | 36.91 | - |
| YUV | 123.17 | 150.48 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 60 | 163 | 0 | 0.74 | 0.30 | 0.09 | 324.07 | 0.79 | 0.57 |
| Hex | E8 | 3C | A3 | 0 | 4A | 1E | 9 | 144 | 4F | 39 |
| Octal | 350 | 74 | 243 | 0 | 112 | 36 | 11 | 504 | 117 | 71 |
| Binary | 11101000 | 111100 | 10100011 | 0 | 1001010 | 11110 | 1001 | 101000100 | 1001111 | 111001 |
Color Harmonies of #E83CA3
Complementary color
Monochromatic Colors of #E83CA3
Black with #E83CA3
Text Example
Text Example
White with #E83CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83CA3; }
p { color: rgb(232,60,163); }
H1.HeaderClassName
{
color: #E83CA3;
}
.AnyTagClassName
{
color: #E83CA3;
}
</style>
background-color css
<style>
a { background-color: #E83CA3; }
a { background-color: rgb(232,60,163); }
div.DivClassName
{
background-color: #E83CA3;
}
.BgClassName
{
background-color: #E83CA3;
}
</style>
border-color css
<style>
span { border-color: #E83CA3; }
span { border-color: rgb(232,60,163); }
td.TdClassName
{
border-color: #E83CA3;
}
.TagClassName
{
border-color: #E83CA3;
}
</style>