Shades of Wild Strawberry #E63DA0
Tints of Wild Strawberry #E63DA0
RGB
CMYK
RGB Variations
Color information
#E63DA0 (or 0xE63DA0) is known color: Wild Strawberry. HEX triplet: E6, 3D and A0. RGB value is (230,61,160). Sum of RGB (Red+Green+Blue) = 230+61+160=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E63DA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63DA0 is #19C25F. Grayscale: #7A7A7A. Windows color (decimal): -1688160 or 10501606. OLE color: 10501606.
HSL color Cylindrical-coordinate representation of color #E63DA0: hue angle of 324.85º 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 #E63DA0 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 61 | 160 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.10 |
| HSL | 324.85º | 0.77% | 0.57% | - |
| HSV(B) | 324.85º | 0.73% | 0.9% | - |
| XYZ | 40.65 | 22.7 | 35.5 | - |
| YUV | 122.82 | 148.99 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 61 | 160 | 0 | 0.73 | 0.30 | 0.10 | 324.85 | 0.77 | 0.57 |
| Hex | E6 | 3D | A0 | 0 | 49 | 1E | A | 145 | 4D | 39 |
| Octal | 346 | 75 | 240 | 0 | 111 | 36 | 12 | 505 | 115 | 71 |
| Binary | 11100110 | 111101 | 10100000 | 0 | 1001001 | 11110 | 1010 | 101000101 | 1001101 | 111001 |
Color Harmonies of #E63DA0
Complementary color
Monochromatic Colors of #E63DA0
Black with #E63DA0
Text Example
Text Example
White with #E63DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63DA0; }
p { color: rgb(230,61,160); }
H1.HeaderClassName
{
color: #E63DA0;
}
.AnyTagClassName
{
color: #E63DA0;
}
</style>
background-color css
<style>
a { background-color: #E63DA0; }
a { background-color: rgb(230,61,160); }
div.DivClassName
{
background-color: #E63DA0;
}
.BgClassName
{
background-color: #E63DA0;
}
</style>
border-color css
<style>
span { border-color: #E63DA0; }
span { border-color: rgb(230,61,160); }
td.TdClassName
{
border-color: #E63DA0;
}
.TagClassName
{
border-color: #E63DA0;
}
</style>