Shades of Wild Strawberry #EE40A3
Tints of Wild Strawberry #EE40A3
RGB
CMYK
RGB Variations
Color information
#EE40A3 (or 0xEE40A3) is known color: Wild Strawberry. HEX triplet: EE, 40 and A3. RGB value is (238,64,163). Sum of RGB (Red+Green+Blue) = 238+64+163=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE40A3 is #11BF5C. Grayscale: #7F7F7F. Windows color (decimal): -1163101 or 10698990. OLE color: 10698990.
HSL color Cylindrical-coordinate representation of color #EE40A3: hue angle of 325.86º 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 #EE40A3 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 163 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.07 |
| HSL | 325.86º | 0.84% | 0.59% | - |
| HSV(B) | 325.86º | 0.73% | 0.93% | - |
| XYZ | 43.7 | 24.49 | 37.07 | - |
| YUV | 127.31 | 148.15 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 163 | 0 | 0.73 | 0.32 | 0.07 | 325.86 | 0.84 | 0.59 |
| Hex | EE | 40 | A3 | 0 | 49 | 20 | 7 | 146 | 54 | 3B |
| Octal | 356 | 100 | 243 | 0 | 111 | 40 | 7 | 506 | 124 | 73 |
| Binary | 11101110 | 1000000 | 10100011 | 0 | 1001001 | 100000 | 111 | 101000110 | 1010100 | 111011 |
Color Harmonies of #EE40A3
Complementary color
Monochromatic Colors of #EE40A3
Black with #EE40A3
Text Example
Text Example
White with #EE40A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40A3; }
p { color: rgb(238,64,163); }
H1.HeaderClassName
{
color: #EE40A3;
}
.AnyTagClassName
{
color: #EE40A3;
}
</style>
background-color css
<style>
a { background-color: #EE40A3; }
a { background-color: rgb(238,64,163); }
div.DivClassName
{
background-color: #EE40A3;
}
.BgClassName
{
background-color: #EE40A3;
}
</style>
border-color css
<style>
span { border-color: #EE40A3; }
span { border-color: rgb(238,64,163); }
td.TdClassName
{
border-color: #EE40A3;
}
.TagClassName
{
border-color: #EE40A3;
}
</style>