Shades of Wild Strawberry #E644A0
Tints of Wild Strawberry #E644A0
RGB
CMYK
RGB Variations
Color information
#E644A0 (or 0xE644A0) is known color: Wild Strawberry. HEX triplet: E6, 44 and A0. RGB value is (230,68,160). Sum of RGB (Red+Green+Blue) = 230+68+160=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E644A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E644A0 is #19BB5F. Grayscale: #7E7E7E. Windows color (decimal): -1686368 or 10503398. OLE color: 10503398.
HSL color Cylindrical-coordinate representation of color #E644A0: hue angle of 325.93º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E644A0 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 160 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.10 |
| HSL | 325.93º | 0.76% | 0.58% | - |
| HSV(B) | 325.93º | 0.7% | 0.9% | - |
| XYZ | 41.05 | 23.5 | 35.63 | - |
| YUV | 126.93 | 146.67 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 160 | 0 | 0.70 | 0.30 | 0.10 | 325.93 | 0.76 | 0.58 |
| Hex | E6 | 44 | A0 | 0 | 46 | 1E | A | 146 | 4C | 3A |
| Octal | 346 | 104 | 240 | 0 | 106 | 36 | 12 | 506 | 114 | 72 |
| Binary | 11100110 | 1000100 | 10100000 | 0 | 1000110 | 11110 | 1010 | 101000110 | 1001100 | 111010 |
Color Harmonies of #E644A0
Complementary color
Monochromatic Colors of #E644A0
Black with #E644A0
Text Example
Text Example
White with #E644A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E644A0; }
p { color: rgb(230,68,160); }
H1.HeaderClassName
{
color: #E644A0;
}
.AnyTagClassName
{
color: #E644A0;
}
</style>
background-color css
<style>
a { background-color: #E644A0; }
a { background-color: rgb(230,68,160); }
div.DivClassName
{
background-color: #E644A0;
}
.BgClassName
{
background-color: #E644A0;
}
</style>
border-color css
<style>
span { border-color: #E644A0; }
span { border-color: rgb(230,68,160); }
td.TdClassName
{
border-color: #E644A0;
}
.TagClassName
{
border-color: #E644A0;
}
</style>