Shades of Wild Strawberry #E63BA1
Tints of Wild Strawberry #E63BA1
RGB
CMYK
RGB Variations
Color information
#E63BA1 (or 0xE63BA1) is known color: Wild Strawberry. HEX triplet: E6, 3B and A1. RGB value is (230,59,161). Sum of RGB (Red+Green+Blue) = 230+59+161=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E63BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63BA1 is #19C45E. Grayscale: #797979. Windows color (decimal): -1688671 or 10566630. OLE color: 10566630.
HSL color Cylindrical-coordinate representation of color #E63BA1: hue angle of 324.21º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E63BA1 is Cyan = 0, Magento = 0.74, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 59 | 161 | - |
| CMYK | 0 | 0.74 | 0.3 | 0.10 |
| HSL | 324.21º | 0.77% | 0.57% | - |
| HSV(B) | 324.21º | 0.74% | 0.9% | - |
| XYZ | 40.63 | 22.52 | 35.92 | - |
| YUV | 121.76 | 150.15 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 59 | 161 | 0 | 0.74 | 0.3 | 0.10 | 324.21 | 0.77 | 0.57 |
| Hex | E6 | 3B | A1 | 0 | 4A | 1E | A | 144 | 4D | 39 |
| Octal | 346 | 73 | 241 | 0 | 112 | 36 | 12 | 504 | 115 | 71 |
| Binary | 11100110 | 111011 | 10100001 | 0 | 1001010 | 11110 | 1010 | 101000100 | 1001101 | 111001 |
Color Harmonies of #E63BA1
Complementary color
Monochromatic Colors of #E63BA1
Black with #E63BA1
Text Example
Text Example
White with #E63BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63BA1; }
p { color: rgb(230,59,161); }
H1.HeaderClassName
{
color: #E63BA1;
}
.AnyTagClassName
{
color: #E63BA1;
}
</style>
background-color css
<style>
a { background-color: #E63BA1; }
a { background-color: rgb(230,59,161); }
div.DivClassName
{
background-color: #E63BA1;
}
.BgClassName
{
background-color: #E63BA1;
}
</style>
border-color css
<style>
span { border-color: #E63BA1; }
span { border-color: rgb(230,59,161); }
td.TdClassName
{
border-color: #E63BA1;
}
.TagClassName
{
border-color: #E63BA1;
}
</style>