Shades of Wild Strawberry #EE40AB
Tints of Wild Strawberry #EE40AB
RGB
CMYK
RGB Variations
Color information
#EE40AB (or 0xEE40AB) is known color: Wild Strawberry. HEX triplet: EE, 40 and AB. RGB value is (238,64,171). Sum of RGB (Red+Green+Blue) = 238+64+171=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE40AB is #11BF54. Grayscale: #7F7F7F. Windows color (decimal): -1163093 or 11223278. OLE color: 11223278.
HSL color Cylindrical-coordinate representation of color #EE40AB: hue angle of 323.1º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE40AB is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 171 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.07 |
| HSL | 323.1º | 0.84% | 0.59% | - |
| HSV(B) | 323.1º | 0.73% | 0.93% | - |
| XYZ | 44.44 | 24.78 | 40.97 | - |
| YUV | 128.22 | 152.15 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 171 | 0 | 0.73 | 0.28 | 0.07 | 323.1 | 0.84 | 0.59 |
| Hex | EE | 40 | AB | 0 | 49 | 1C | 7 | 143 | 54 | 3B |
| Octal | 356 | 100 | 253 | 0 | 111 | 34 | 7 | 503 | 124 | 73 |
| Binary | 11101110 | 1000000 | 10101011 | 0 | 1001001 | 11100 | 111 | 101000011 | 1010100 | 111011 |
Color Harmonies of #EE40AB
Complementary color
Monochromatic Colors of #EE40AB
Black with #EE40AB
Text Example
Text Example
White with #EE40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40AB; }
p { color: rgb(238,64,171); }
H1.HeaderClassName
{
color: #EE40AB;
}
.AnyTagClassName
{
color: #EE40AB;
}
</style>
background-color css
<style>
a { background-color: #EE40AB; }
a { background-color: rgb(238,64,171); }
div.DivClassName
{
background-color: #EE40AB;
}
.BgClassName
{
background-color: #EE40AB;
}
</style>
border-color css
<style>
span { border-color: #EE40AB; }
span { border-color: rgb(238,64,171); }
td.TdClassName
{
border-color: #EE40AB;
}
.TagClassName
{
border-color: #EE40AB;
}
</style>