Shades of Wild Strawberry #EE3C9A
Tints of Wild Strawberry #EE3C9A
RGB
CMYK
RGB Variations
Color information
#EE3C9A (or 0xEE3C9A) is known color: Wild Strawberry. HEX triplet: EE, 3C and 9A. RGB value is (238,60,154). Sum of RGB (Red+Green+Blue) = 238+60+154=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3C9A is #11C365. Grayscale: #7B7B7B. Windows color (decimal): -1164134 or 10108142. OLE color: 10108142.
HSL color Cylindrical-coordinate representation of color #EE3C9A: hue angle of 328.31º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3C9A is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 154 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.07 |
| HSL | 328.31º | 0.84% | 0.58% | - |
| HSV(B) | 328.31º | 0.75% | 0.93% | - |
| XYZ | 42.71 | 23.74 | 32.9 | - |
| YUV | 123.94 | 144.97 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 154 | 0 | 0.75 | 0.35 | 0.07 | 328.31 | 0.84 | 0.58 |
| Hex | EE | 3C | 9A | 0 | 4B | 23 | 7 | 148 | 54 | 3A |
| Octal | 356 | 74 | 232 | 0 | 113 | 43 | 7 | 510 | 124 | 72 |
| Binary | 11101110 | 111100 | 10011010 | 0 | 1001011 | 100011 | 111 | 101001000 | 1010100 | 111010 |
Color Harmonies of #EE3C9A
Complementary color
Monochromatic Colors of #EE3C9A
Black with #EE3C9A
Text Example
Text Example
White with #EE3C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3C9A; }
p { color: rgb(238,60,154); }
H1.HeaderClassName
{
color: #EE3C9A;
}
.AnyTagClassName
{
color: #EE3C9A;
}
</style>
background-color css
<style>
a { background-color: #EE3C9A; }
a { background-color: rgb(238,60,154); }
div.DivClassName
{
background-color: #EE3C9A;
}
.BgClassName
{
background-color: #EE3C9A;
}
</style>
border-color css
<style>
span { border-color: #EE3C9A; }
span { border-color: rgb(238,60,154); }
td.TdClassName
{
border-color: #EE3C9A;
}
.TagClassName
{
border-color: #EE3C9A;
}
</style>