Shades of Wild Strawberry #E940A4
Tints of Wild Strawberry #E940A4
RGB
CMYK
RGB Variations
Color information
#E940A4 (or 0xE940A4) is known color: Wild Strawberry. HEX triplet: E9, 40 and A4. RGB value is (233,64,164). Sum of RGB (Red+Green+Blue) = 233+64+164=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E940A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E940A4 is #16BF5B. Grayscale: #7D7D7D. Windows color (decimal): -1490780 or 10764521. OLE color: 10764521.
HSL color Cylindrical-coordinate representation of color #E940A4: hue angle of 324.5º 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 #E940A4 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 164 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.09 |
| HSL | 324.5º | 0.79% | 0.58% | - |
| HSV(B) | 324.5º | 0.73% | 0.91% | - |
| XYZ | 42.14 | 23.67 | 37.47 | - |
| YUV | 125.93 | 149.49 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 164 | 0 | 0.73 | 0.30 | 0.09 | 324.5 | 0.79 | 0.58 |
| Hex | E9 | 40 | A4 | 0 | 49 | 1E | 9 | 144 | 4F | 3A |
| Octal | 351 | 100 | 244 | 0 | 111 | 36 | 11 | 504 | 117 | 72 |
| Binary | 11101001 | 1000000 | 10100100 | 0 | 1001001 | 11110 | 1001 | 101000100 | 1001111 | 111010 |
Color Harmonies of #E940A4
Complementary color
Monochromatic Colors of #E940A4
Black with #E940A4
Text Example
Text Example
White with #E940A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940A4; }
p { color: rgb(233,64,164); }
H1.HeaderClassName
{
color: #E940A4;
}
.AnyTagClassName
{
color: #E940A4;
}
</style>
background-color css
<style>
a { background-color: #E940A4; }
a { background-color: rgb(233,64,164); }
div.DivClassName
{
background-color: #E940A4;
}
.BgClassName
{
background-color: #E940A4;
}
</style>
border-color css
<style>
span { border-color: #E940A4; }
span { border-color: rgb(233,64,164); }
td.TdClassName
{
border-color: #E940A4;
}
.TagClassName
{
border-color: #E940A4;
}
</style>