Shades of Wild Strawberry #E43BA5
Tints of Wild Strawberry #E43BA5
RGB
CMYK
RGB Variations
Color information
#E43BA5 (or 0xE43BA5) is known color: Wild Strawberry. HEX triplet: E4, 3B and A5. RGB value is (228,59,165). Sum of RGB (Red+Green+Blue) = 228+59+165=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E43BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E43BA5 is #1BC45A. Grayscale: #797979. Windows color (decimal): -1819739 or 10828772. OLE color: 10828772.
HSL color Cylindrical-coordinate representation of color #E43BA5: hue angle of 322.37º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E43BA5 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 59 | 165 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.11 |
| HSL | 322.37º | 0.76% | 0.56% | - |
| HSV(B) | 322.37º | 0.74% | 0.89% | - |
| XYZ | 40.35 | 22.34 | 37.78 | - |
| YUV | 121.62 | 152.49 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 59 | 165 | 0 | 0.74 | 0.28 | 0.11 | 322.37 | 0.76 | 0.56 |
| Hex | E4 | 3B | A5 | 0 | 4A | 1C | B | 142 | 4C | 38 |
| Octal | 344 | 73 | 245 | 0 | 112 | 34 | 13 | 502 | 114 | 70 |
| Binary | 11100100 | 111011 | 10100101 | 0 | 1001010 | 11100 | 1011 | 101000010 | 1001100 | 111000 |
Color Harmonies of #E43BA5
Complementary color
Monochromatic Colors of #E43BA5
Black with #E43BA5
Text Example
Text Example
White with #E43BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43BA5; }
p { color: rgb(228,59,165); }
H1.HeaderClassName
{
color: #E43BA5;
}
.AnyTagClassName
{
color: #E43BA5;
}
</style>
background-color css
<style>
a { background-color: #E43BA5; }
a { background-color: rgb(228,59,165); }
div.DivClassName
{
background-color: #E43BA5;
}
.BgClassName
{
background-color: #E43BA5;
}
</style>
border-color css
<style>
span { border-color: #E43BA5; }
span { border-color: rgb(228,59,165); }
td.TdClassName
{
border-color: #E43BA5;
}
.TagClassName
{
border-color: #E43BA5;
}
</style>