Shades of Wild Strawberry #E940A1
Tints of Wild Strawberry #E940A1
RGB
CMYK
RGB Variations
Color information
#E940A1 (or 0xE940A1) is known color: Wild Strawberry. HEX triplet: E9, 40 and A1. RGB value is (233,64,161). Sum of RGB (Red+Green+Blue) = 233+64+161=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E940A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E940A1 is #16BF5E. Grayscale: #7D7D7D. Windows color (decimal): -1490783 or 10567913. OLE color: 10567913.
HSL color Cylindrical-coordinate representation of color #E940A1: hue angle of 325.56º 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 #E940A1 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 161 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.09 |
| HSL | 325.56º | 0.79% | 0.58% | - |
| HSV(B) | 325.56º | 0.73% | 0.91% | - |
| XYZ | 41.87 | 23.56 | 36.06 | - |
| YUV | 125.59 | 147.99 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 161 | 0 | 0.73 | 0.31 | 0.09 | 325.56 | 0.79 | 0.58 |
| Hex | E9 | 40 | A1 | 0 | 49 | 1F | 9 | 146 | 4F | 3A |
| Octal | 351 | 100 | 241 | 0 | 111 | 37 | 11 | 506 | 117 | 72 |
| Binary | 11101001 | 1000000 | 10100001 | 0 | 1001001 | 11111 | 1001 | 101000110 | 1001111 | 111010 |
Color Harmonies of #E940A1
Complementary color
Monochromatic Colors of #E940A1
Black with #E940A1
Text Example
Text Example
White with #E940A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940A1; }
p { color: rgb(233,64,161); }
H1.HeaderClassName
{
color: #E940A1;
}
.AnyTagClassName
{
color: #E940A1;
}
</style>
background-color css
<style>
a { background-color: #E940A1; }
a { background-color: rgb(233,64,161); }
div.DivClassName
{
background-color: #E940A1;
}
.BgClassName
{
background-color: #E940A1;
}
</style>
border-color css
<style>
span { border-color: #E940A1; }
span { border-color: rgb(233,64,161); }
td.TdClassName
{
border-color: #E940A1;
}
.TagClassName
{
border-color: #E940A1;
}
</style>