Shades of Wild Strawberry #EE41A5
Tints of Wild Strawberry #EE41A5
RGB
CMYK
RGB Variations
Color information
#EE41A5 (or 0xEE41A5) is known color: Wild Strawberry. HEX triplet: EE, 41 and A5. RGB value is (238,65,165). Sum of RGB (Red+Green+Blue) = 238+65+165=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE41A5 is #11BE5A. Grayscale: #7F7F7F. Windows color (decimal): -1162843 or 10830318. OLE color: 10830318.
HSL color Cylindrical-coordinate representation of color #EE41A5: hue angle of 325.32º 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 #EE41A5 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 165 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.07 |
| HSL | 325.32º | 0.84% | 0.59% | - |
| HSV(B) | 325.32º | 0.73% | 0.93% | - |
| XYZ | 43.94 | 24.67 | 38.04 | - |
| YUV | 128.13 | 148.81 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 165 | 0 | 0.73 | 0.31 | 0.07 | 325.32 | 0.84 | 0.59 |
| Hex | EE | 41 | A5 | 0 | 49 | 1F | 7 | 145 | 54 | 3B |
| Octal | 356 | 101 | 245 | 0 | 111 | 37 | 7 | 505 | 124 | 73 |
| Binary | 11101110 | 1000001 | 10100101 | 0 | 1001001 | 11111 | 111 | 101000101 | 1010100 | 111011 |
Color Harmonies of #EE41A5
Complementary color
Monochromatic Colors of #EE41A5
Black with #EE41A5
Text Example
Text Example
White with #EE41A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE41A5; }
p { color: rgb(238,65,165); }
H1.HeaderClassName
{
color: #EE41A5;
}
.AnyTagClassName
{
color: #EE41A5;
}
</style>
background-color css
<style>
a { background-color: #EE41A5; }
a { background-color: rgb(238,65,165); }
div.DivClassName
{
background-color: #EE41A5;
}
.BgClassName
{
background-color: #EE41A5;
}
</style>
border-color css
<style>
span { border-color: #EE41A5; }
span { border-color: rgb(238,65,165); }
td.TdClassName
{
border-color: #EE41A5;
}
.TagClassName
{
border-color: #EE41A5;
}
</style>