Shades of Wild Strawberry #E940A6
Tints of Wild Strawberry #E940A6
RGB
CMYK
RGB Variations
Color information
#E940A6 (or 0xE940A6) is known color: Wild Strawberry. HEX triplet: E9, 40 and A6. RGB value is (233,64,166). Sum of RGB (Red+Green+Blue) = 233+64+166=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E940A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E940A6 is #16BF59. Grayscale: #7D7D7D. Windows color (decimal): -1490778 or 10895593. OLE color: 10895593.
HSL color Cylindrical-coordinate representation of color #E940A6: hue angle of 323.79º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E940A6 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 166 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.09 |
| HSL | 323.79º | 0.79% | 0.58% | - |
| HSV(B) | 323.79º | 0.73% | 0.91% | - |
| XYZ | 42.32 | 23.74 | 38.43 | - |
| YUV | 126.16 | 150.49 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 166 | 0 | 0.73 | 0.29 | 0.09 | 323.79 | 0.79 | 0.58 |
| Hex | E9 | 40 | A6 | 0 | 49 | 1D | 9 | 144 | 4F | 3A |
| Octal | 351 | 100 | 246 | 0 | 111 | 35 | 11 | 504 | 117 | 72 |
| Binary | 11101001 | 1000000 | 10100110 | 0 | 1001001 | 11101 | 1001 | 101000100 | 1001111 | 111010 |
Color Harmonies of #E940A6
Complementary color
Monochromatic Colors of #E940A6
Black with #E940A6
Text Example
Text Example
White with #E940A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940A6; }
p { color: rgb(233,64,166); }
H1.HeaderClassName
{
color: #E940A6;
}
.AnyTagClassName
{
color: #E940A6;
}
</style>
background-color css
<style>
a { background-color: #E940A6; }
a { background-color: rgb(233,64,166); }
div.DivClassName
{
background-color: #E940A6;
}
.BgClassName
{
background-color: #E940A6;
}
</style>
border-color css
<style>
span { border-color: #E940A6; }
span { border-color: rgb(233,64,166); }
td.TdClassName
{
border-color: #E940A6;
}
.TagClassName
{
border-color: #E940A6;
}
</style>