Shades of Wild Strawberry #EE38A0
Tints of Wild Strawberry #EE38A0
RGB
CMYK
RGB Variations
Color information
#EE38A0 (or 0xEE38A0) is known color: Wild Strawberry. HEX triplet: EE, 38 and A0. RGB value is (238,56,160). Sum of RGB (Red+Green+Blue) = 238+56+160=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE38A0 is #11C75F. Grayscale: #7A7A7A. Windows color (decimal): -1165152 or 10500334. OLE color: 10500334.
HSL color Cylindrical-coordinate representation of color #EE38A0: hue angle of 325.71º 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 #EE38A0 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 160 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.07 |
| HSL | 325.71º | 0.84% | 0.58% | - |
| HSV(B) | 325.71º | 0.76% | 0.93% | - |
| XYZ | 43.02 | 23.54 | 35.53 | - |
| YUV | 122.27 | 149.3 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 160 | 0 | 0.76 | 0.33 | 0.07 | 325.71 | 0.84 | 0.58 |
| Hex | EE | 38 | A0 | 0 | 4C | 21 | 7 | 146 | 54 | 3A |
| Octal | 356 | 70 | 240 | 0 | 114 | 41 | 7 | 506 | 124 | 72 |
| Binary | 11101110 | 111000 | 10100000 | 0 | 1001100 | 100001 | 111 | 101000110 | 1010100 | 111010 |
Color Harmonies of #EE38A0
Complementary color
Monochromatic Colors of #EE38A0
Black with #EE38A0
Text Example
Text Example
White with #EE38A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE38A0; }
p { color: rgb(238,56,160); }
H1.HeaderClassName
{
color: #EE38A0;
}
.AnyTagClassName
{
color: #EE38A0;
}
</style>
background-color css
<style>
a { background-color: #EE38A0; }
a { background-color: rgb(238,56,160); }
div.DivClassName
{
background-color: #EE38A0;
}
.BgClassName
{
background-color: #EE38A0;
}
</style>
border-color css
<style>
span { border-color: #EE38A0; }
span { border-color: rgb(238,56,160); }
td.TdClassName
{
border-color: #EE38A0;
}
.TagClassName
{
border-color: #EE38A0;
}
</style>