Shades of Wild Strawberry #E63F9F
Tints of Wild Strawberry #E63F9F
RGB
CMYK
RGB Variations
Color information
#E63F9F (or 0xE63F9F) is known color: Wild Strawberry. HEX triplet: E6, 3F and 9F. RGB value is (230,63,159). Sum of RGB (Red+Green+Blue) = 230+63+159=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63F9F is #19C060. Grayscale: #7B7B7B. Windows color (decimal): -1687649 or 10436582. OLE color: 10436582.
HSL color Cylindrical-coordinate representation of color #E63F9F: hue angle of 325.51º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63F9F is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 63 | 159 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.10 |
| HSL | 325.51º | 0.77% | 0.57% | - |
| HSV(B) | 325.51º | 0.73% | 0.9% | - |
| XYZ | 40.67 | 22.88 | 35.07 | - |
| YUV | 123.88 | 147.83 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 159 | 0 | 0.73 | 0.31 | 0.10 | 325.51 | 0.77 | 0.57 |
| Hex | E6 | 3F | 9F | 0 | 49 | 1F | A | 146 | 4D | 39 |
| Octal | 346 | 77 | 237 | 0 | 111 | 37 | 12 | 506 | 115 | 71 |
| Binary | 11100110 | 111111 | 10011111 | 0 | 1001001 | 11111 | 1010 | 101000110 | 1001101 | 111001 |
Color Harmonies of #E63F9F
Complementary color
Monochromatic Colors of #E63F9F
Black with #E63F9F
Text Example
Text Example
White with #E63F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63F9F; }
p { color: rgb(230,63,159); }
H1.HeaderClassName
{
color: #E63F9F;
}
.AnyTagClassName
{
color: #E63F9F;
}
</style>
background-color css
<style>
a { background-color: #E63F9F; }
a { background-color: rgb(230,63,159); }
div.DivClassName
{
background-color: #E63F9F;
}
.BgClassName
{
background-color: #E63F9F;
}
</style>
border-color css
<style>
span { border-color: #E63F9F; }
span { border-color: rgb(230,63,159); }
td.TdClassName
{
border-color: #E63F9F;
}
.TagClassName
{
border-color: #E63F9F;
}
</style>