Shades of Wild Strawberry #E538A2
Tints of Wild Strawberry #E538A2
RGB
CMYK
RGB Variations
Color information
#E538A2 (or 0xE538A2) is known color: Wild Strawberry. HEX triplet: E5, 38 and A2. RGB value is (229,56,162). Sum of RGB (Red+Green+Blue) = 229+56+162=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E538A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E538A2 is #1AC75D. Grayscale: #777777. Windows color (decimal): -1754974 or 10631397. OLE color: 10631397.
HSL color Cylindrical-coordinate representation of color #E538A2: hue angle of 323.24º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E538A2 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 162 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.10 |
| HSL | 323.24º | 0.77% | 0.56% | - |
| HSV(B) | 323.24º | 0.76% | 0.9% | - |
| XYZ | 40.25 | 22.1 | 36.33 | - |
| YUV | 119.81 | 151.81 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 162 | 0 | 0.76 | 0.29 | 0.10 | 323.24 | 0.77 | 0.56 |
| Hex | E5 | 38 | A2 | 0 | 4C | 1D | A | 143 | 4D | 38 |
| Octal | 345 | 70 | 242 | 0 | 114 | 35 | 12 | 503 | 115 | 70 |
| Binary | 11100101 | 111000 | 10100010 | 0 | 1001100 | 11101 | 1010 | 101000011 | 1001101 | 111000 |
Color Harmonies of #E538A2
Complementary color
Monochromatic Colors of #E538A2
Black with #E538A2
Text Example
Text Example
White with #E538A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E538A2; }
p { color: rgb(229,56,162); }
H1.HeaderClassName
{
color: #E538A2;
}
.AnyTagClassName
{
color: #E538A2;
}
</style>
background-color css
<style>
a { background-color: #E538A2; }
a { background-color: rgb(229,56,162); }
div.DivClassName
{
background-color: #E538A2;
}
.BgClassName
{
background-color: #E538A2;
}
</style>
border-color css
<style>
span { border-color: #E538A2; }
span { border-color: rgb(229,56,162); }
td.TdClassName
{
border-color: #E538A2;
}
.TagClassName
{
border-color: #E538A2;
}
</style>