Shades of Wild Strawberry #E63A9F
Tints of Wild Strawberry #E63A9F
RGB
CMYK
RGB Variations
Color information
#E63A9F (or 0xE63A9F) is known color: Wild Strawberry. HEX triplet: E6, 3A and 9F. RGB value is (230,58,159). Sum of RGB (Red+Green+Blue) = 230+58+159=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63A9F is #19C560. Grayscale: #787878. Windows color (decimal): -1688929 or 10435302. OLE color: 10435302.
HSL color Cylindrical-coordinate representation of color #E63A9F: hue angle of 324.77º 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 #E63A9F is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 159 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.10 |
| HSL | 324.77º | 0.77% | 0.56% | - |
| HSV(B) | 324.77º | 0.75% | 0.9% | - |
| XYZ | 40.4 | 22.35 | 34.99 | - |
| YUV | 120.94 | 149.48 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 159 | 0 | 0.75 | 0.31 | 0.10 | 324.77 | 0.77 | 0.56 |
| Hex | E6 | 3A | 9F | 0 | 4B | 1F | A | 145 | 4D | 38 |
| Octal | 346 | 72 | 237 | 0 | 113 | 37 | 12 | 505 | 115 | 70 |
| Binary | 11100110 | 111010 | 10011111 | 0 | 1001011 | 11111 | 1010 | 101000101 | 1001101 | 111000 |
Color Harmonies of #E63A9F
Complementary color
Monochromatic Colors of #E63A9F
Black with #E63A9F
Text Example
Text Example
White with #E63A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63A9F; }
p { color: rgb(230,58,159); }
H1.HeaderClassName
{
color: #E63A9F;
}
.AnyTagClassName
{
color: #E63A9F;
}
</style>
background-color css
<style>
a { background-color: #E63A9F; }
a { background-color: rgb(230,58,159); }
div.DivClassName
{
background-color: #E63A9F;
}
.BgClassName
{
background-color: #E63A9F;
}
</style>
border-color css
<style>
span { border-color: #E63A9F; }
span { border-color: rgb(230,58,159); }
td.TdClassName
{
border-color: #E63A9F;
}
.TagClassName
{
border-color: #E63A9F;
}
</style>