Shades of Wild Strawberry #EE389A
Tints of Wild Strawberry #EE389A
RGB
CMYK
RGB Variations
Color information
#EE389A (or 0xEE389A) is known color: Wild Strawberry. HEX triplet: EE, 38 and 9A. RGB value is (238,56,154). Sum of RGB (Red+Green+Blue) = 238+56+154=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE389A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE389A is #11C765. Grayscale: #797979. Windows color (decimal): -1165158 or 10107118. OLE color: 10107118.
HSL color Cylindrical-coordinate representation of color #EE389A: hue angle of 327.69º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE389A is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 154 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.07 |
| HSL | 327.69º | 0.84% | 0.58% | - |
| HSV(B) | 327.69º | 0.76% | 0.93% | - |
| XYZ | 42.51 | 23.34 | 32.84 | - |
| YUV | 121.59 | 146.3 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 154 | 0 | 0.76 | 0.35 | 0.07 | 327.69 | 0.84 | 0.58 |
| Hex | EE | 38 | 9A | 0 | 4C | 23 | 7 | 148 | 54 | 3A |
| Octal | 356 | 70 | 232 | 0 | 114 | 43 | 7 | 510 | 124 | 72 |
| Binary | 11101110 | 111000 | 10011010 | 0 | 1001100 | 100011 | 111 | 101001000 | 1010100 | 111010 |
Color Harmonies of #EE389A
Complementary color
Monochromatic Colors of #EE389A
Black with #EE389A
Text Example
Text Example
White with #EE389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE389A; }
p { color: rgb(238,56,154); }
H1.HeaderClassName
{
color: #EE389A;
}
.AnyTagClassName
{
color: #EE389A;
}
</style>
background-color css
<style>
a { background-color: #EE389A; }
a { background-color: rgb(238,56,154); }
div.DivClassName
{
background-color: #EE389A;
}
.BgClassName
{
background-color: #EE389A;
}
</style>
border-color css
<style>
span { border-color: #EE389A; }
span { border-color: rgb(238,56,154); }
td.TdClassName
{
border-color: #EE389A;
}
.TagClassName
{
border-color: #EE389A;
}
</style>