Shades of Wild Strawberry #E140A8
Tints of Wild Strawberry #E140A8
RGB
CMYK
RGB Variations
Color information
#E140A8 (or 0xE140A8) is known color: Wild Strawberry. HEX triplet: E1, 40 and A8. RGB value is (225,64,168). Sum of RGB (Red+Green+Blue) = 225+64+168=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E140A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E140A8 is #1EBF57. Grayscale: #7B7B7B. Windows color (decimal): -2015064 or 11026657. OLE color: 11026657.
HSL color Cylindrical-coordinate representation of color #E140A8: hue angle of 321.24º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140A8 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 168 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.12 |
| HSL | 321.24º | 0.73% | 0.57% | - |
| HSV(B) | 321.24º | 0.72% | 0.88% | - |
| XYZ | 39.95 | 22.5 | 39.28 | - |
| YUV | 124 | 152.84 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 168 | 0 | 0.72 | 0.25 | 0.12 | 321.24 | 0.73 | 0.57 |
| Hex | E1 | 40 | A8 | 0 | 48 | 19 | C | 141 | 49 | 39 |
| Octal | 341 | 100 | 250 | 0 | 110 | 31 | 14 | 501 | 111 | 71 |
| Binary | 11100001 | 1000000 | 10101000 | 0 | 1001000 | 11001 | 1100 | 101000001 | 1001001 | 111001 |
Color Harmonies of #E140A8
Complementary color
Monochromatic Colors of #E140A8
Black with #E140A8
Text Example
Text Example
White with #E140A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E140A8; }
p { color: rgb(225,64,168); }
H1.HeaderClassName
{
color: #E140A8;
}
.AnyTagClassName
{
color: #E140A8;
}
</style>
background-color css
<style>
a { background-color: #E140A8; }
a { background-color: rgb(225,64,168); }
div.DivClassName
{
background-color: #E140A8;
}
.BgClassName
{
background-color: #E140A8;
}
</style>
border-color css
<style>
span { border-color: #E140A8; }
span { border-color: rgb(225,64,168); }
td.TdClassName
{
border-color: #E140A8;
}
.TagClassName
{
border-color: #E140A8;
}
</style>