Shades of Wild Strawberry #E842A1
Tints of Wild Strawberry #E842A1
RGB
CMYK
RGB Variations
Color information
#E842A1 (or 0xE842A1) is known color: Wild Strawberry. HEX triplet: E8, 42 and A1. RGB value is (232,66,161). Sum of RGB (Red+Green+Blue) = 232+66+161=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E842A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E842A1 is #17BD5E. Grayscale: #7E7E7E. Windows color (decimal): -1555807 or 10568424. OLE color: 10568424.
HSL color Cylindrical-coordinate representation of color #E842A1: hue angle of 325.66º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E842A1 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 161 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.09 |
| HSL | 325.66º | 0.78% | 0.58% | - |
| HSV(B) | 325.66º | 0.72% | 0.91% | - |
| XYZ | 41.66 | 23.63 | 36.08 | - |
| YUV | 126.46 | 147.5 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 161 | 0 | 0.72 | 0.31 | 0.09 | 325.66 | 0.78 | 0.58 |
| Hex | E8 | 42 | A1 | 0 | 48 | 1F | 9 | 146 | 4E | 3A |
| Octal | 350 | 102 | 241 | 0 | 110 | 37 | 11 | 506 | 116 | 72 |
| Binary | 11101000 | 1000010 | 10100001 | 0 | 1001000 | 11111 | 1001 | 101000110 | 1001110 | 111010 |
Color Harmonies of #E842A1
Complementary color
Monochromatic Colors of #E842A1
Black with #E842A1
Text Example
Text Example
White with #E842A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E842A1; }
p { color: rgb(232,66,161); }
H1.HeaderClassName
{
color: #E842A1;
}
.AnyTagClassName
{
color: #E842A1;
}
</style>
background-color css
<style>
a { background-color: #E842A1; }
a { background-color: rgb(232,66,161); }
div.DivClassName
{
background-color: #E842A1;
}
.BgClassName
{
background-color: #E842A1;
}
</style>
border-color css
<style>
span { border-color: #E842A1; }
span { border-color: rgb(232,66,161); }
td.TdClassName
{
border-color: #E842A1;
}
.TagClassName
{
border-color: #E842A1;
}
</style>