Shades of Wild Strawberry #E941AC
Tints of Wild Strawberry #E941AC
RGB
CMYK
RGB Variations
Color information
#E941AC (or 0xE941AC) is known color: Wild Strawberry. HEX triplet: E9, 41 and AC. RGB value is (233,65,172). Sum of RGB (Red+Green+Blue) = 233+65+172=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E941AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E941AC is #16BE53. Grayscale: #7F7F7F. Windows color (decimal): -1490516 or 11289065. OLE color: 11289065.
HSL color Cylindrical-coordinate representation of color #E941AC: hue angle of 321.79º degrees, saturation: 0.79, 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 #E941AC is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 172 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.09 |
| HSL | 321.79º | 0.79% | 0.58% | - |
| HSV(B) | 321.79º | 0.72% | 0.91% | - |
| XYZ | 42.94 | 24.08 | 41.41 | - |
| YUV | 127.43 | 153.16 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 172 | 0 | 0.72 | 0.26 | 0.09 | 321.79 | 0.79 | 0.58 |
| Hex | E9 | 41 | AC | 0 | 48 | 1A | 9 | 142 | 4F | 3A |
| Octal | 351 | 101 | 254 | 0 | 110 | 32 | 11 | 502 | 117 | 72 |
| Binary | 11101001 | 1000001 | 10101100 | 0 | 1001000 | 11010 | 1001 | 101000010 | 1001111 | 111010 |
Color Harmonies of #E941AC
Complementary color
Monochromatic Colors of #E941AC
Black with #E941AC
Text Example
Text Example
White with #E941AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E941AC; }
p { color: rgb(233,65,172); }
H1.HeaderClassName
{
color: #E941AC;
}
.AnyTagClassName
{
color: #E941AC;
}
</style>
background-color css
<style>
a { background-color: #E941AC; }
a { background-color: rgb(233,65,172); }
div.DivClassName
{
background-color: #E941AC;
}
.BgClassName
{
background-color: #E941AC;
}
</style>
border-color css
<style>
span { border-color: #E941AC; }
span { border-color: rgb(233,65,172); }
td.TdClassName
{
border-color: #E941AC;
}
.TagClassName
{
border-color: #E941AC;
}
</style>