Shades of Wild Strawberry #E63AA5
Tints of Wild Strawberry #E63AA5
RGB
CMYK
RGB Variations
Color information
#E63AA5 (or 0xE63AA5) is known color: Wild Strawberry. HEX triplet: E6, 3A and A5. RGB value is (230,58,165). Sum of RGB (Red+Green+Blue) = 230+58+165=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E63AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63AA5 is #19C55A. Grayscale: #797979. Windows color (decimal): -1688923 or 10828518. OLE color: 10828518.
HSL color Cylindrical-coordinate representation of color #E63AA5: hue angle of 322.67º 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 #E63AA5 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 165 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.10 |
| HSL | 322.67º | 0.77% | 0.56% | - |
| HSV(B) | 322.67º | 0.75% | 0.9% | - |
| XYZ | 40.94 | 22.57 | 37.8 | - |
| YUV | 121.63 | 152.48 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 165 | 0 | 0.75 | 0.28 | 0.10 | 322.67 | 0.77 | 0.56 |
| Hex | E6 | 3A | A5 | 0 | 4B | 1C | A | 143 | 4D | 38 |
| Octal | 346 | 72 | 245 | 0 | 113 | 34 | 12 | 503 | 115 | 70 |
| Binary | 11100110 | 111010 | 10100101 | 0 | 1001011 | 11100 | 1010 | 101000011 | 1001101 | 111000 |
Color Harmonies of #E63AA5
Complementary color
Monochromatic Colors of #E63AA5
Black with #E63AA5
Text Example
Text Example
White with #E63AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63AA5; }
p { color: rgb(230,58,165); }
H1.HeaderClassName
{
color: #E63AA5;
}
.AnyTagClassName
{
color: #E63AA5;
}
</style>
background-color css
<style>
a { background-color: #E63AA5; }
a { background-color: rgb(230,58,165); }
div.DivClassName
{
background-color: #E63AA5;
}
.BgClassName
{
background-color: #E63AA5;
}
</style>
border-color css
<style>
span { border-color: #E63AA5; }
span { border-color: rgb(230,58,165); }
td.TdClassName
{
border-color: #E63AA5;
}
.TagClassName
{
border-color: #E63AA5;
}
</style>