Shades of Wild Strawberry #E240A6
Tints of Wild Strawberry #E240A6
RGB
CMYK
RGB Variations
Color information
#E240A6 (or 0xE240A6) is known color: Wild Strawberry. HEX triplet: E2, 40 and A6. RGB value is (226,64,166). Sum of RGB (Red+Green+Blue) = 226+64+166=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E240A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E240A6 is #1DBF59. Grayscale: #7B7B7B. Windows color (decimal): -1949530 or 10895586. OLE color: 10895586.
HSL color Cylindrical-coordinate representation of color #E240A6: hue angle of 322.22º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E240A6 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 166 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.11 |
| HSL | 322.22º | 0.74% | 0.57% | - |
| HSV(B) | 322.22º | 0.72% | 0.89% | - |
| XYZ | 40.08 | 22.59 | 38.32 | - |
| YUV | 124.07 | 151.67 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 166 | 0 | 0.72 | 0.27 | 0.11 | 322.22 | 0.74 | 0.57 |
| Hex | E2 | 40 | A6 | 0 | 48 | 1B | B | 142 | 4A | 39 |
| Octal | 342 | 100 | 246 | 0 | 110 | 33 | 13 | 502 | 112 | 71 |
| Binary | 11100010 | 1000000 | 10100110 | 0 | 1001000 | 11011 | 1011 | 101000010 | 1001010 | 111001 |
Color Harmonies of #E240A6
Complementary color
Monochromatic Colors of #E240A6
Black with #E240A6
Text Example
Text Example
White with #E240A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E240A6; }
p { color: rgb(226,64,166); }
H1.HeaderClassName
{
color: #E240A6;
}
.AnyTagClassName
{
color: #E240A6;
}
</style>
background-color css
<style>
a { background-color: #E240A6; }
a { background-color: rgb(226,64,166); }
div.DivClassName
{
background-color: #E240A6;
}
.BgClassName
{
background-color: #E240A6;
}
</style>
border-color css
<style>
span { border-color: #E240A6; }
span { border-color: rgb(226,64,166); }
td.TdClassName
{
border-color: #E240A6;
}
.TagClassName
{
border-color: #E240A6;
}
</style>