Shades of Wild Strawberry #E63AA2
Tints of Wild Strawberry #E63AA2
RGB
CMYK
RGB Variations
Color information
#E63AA2 (or 0xE63AA2) is known color: Wild Strawberry. HEX triplet: E6, 3A and A2. RGB value is (230,58,162). Sum of RGB (Red+Green+Blue) = 230+58+162=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E63AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63AA2 is #19C55D. Grayscale: #797979. Windows color (decimal): -1688926 or 10631910. OLE color: 10631910.
HSL color Cylindrical-coordinate representation of color #E63AA2: hue angle of 323.72º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63AA2 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 162 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.10 |
| HSL | 323.72º | 0.77% | 0.56% | - |
| HSV(B) | 323.72º | 0.75% | 0.9% | - |
| XYZ | 40.67 | 22.46 | 36.37 | - |
| YUV | 121.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 162 | 0 | 0.75 | 0.30 | 0.10 | 323.72 | 0.77 | 0.56 |
| Hex | E6 | 3A | A2 | 0 | 4B | 1E | A | 144 | 4D | 38 |
| Octal | 346 | 72 | 242 | 0 | 113 | 36 | 12 | 504 | 115 | 70 |
| Binary | 11100110 | 111010 | 10100010 | 0 | 1001011 | 11110 | 1010 | 101000100 | 1001101 | 111000 |
Color Harmonies of #E63AA2
Complementary color
Monochromatic Colors of #E63AA2
Black with #E63AA2
Text Example
Text Example
White with #E63AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63AA2; }
p { color: rgb(230,58,162); }
H1.HeaderClassName
{
color: #E63AA2;
}
.AnyTagClassName
{
color: #E63AA2;
}
</style>
background-color css
<style>
a { background-color: #E63AA2; }
a { background-color: rgb(230,58,162); }
div.DivClassName
{
background-color: #E63AA2;
}
.BgClassName
{
background-color: #E63AA2;
}
</style>
border-color css
<style>
span { border-color: #E63AA2; }
span { border-color: rgb(230,58,162); }
td.TdClassName
{
border-color: #E63AA2;
}
.TagClassName
{
border-color: #E63AA2;
}
</style>