Shades of Wild Strawberry #EE3FAC
Tints of Wild Strawberry #EE3FAC
RGB
CMYK
RGB Variations
Color information
#EE3FAC (or 0xEE3FAC) is known color: Wild Strawberry. HEX triplet: EE, 3F and AC. RGB value is (238,63,172). Sum of RGB (Red+Green+Blue) = 238+63+172=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3FAC is #11C053. Grayscale: #7F7F7F. Windows color (decimal): -1163348 or 11288558. OLE color: 11288558.
HSL color Cylindrical-coordinate representation of color #EE3FAC: hue angle of 322.63º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE3FAC is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 63 | 172 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.07 |
| HSL | 322.63º | 0.84% | 0.59% | - |
| HSV(B) | 322.63º | 0.74% | 0.93% | - |
| XYZ | 44.48 | 24.71 | 41.45 | - |
| YUV | 127.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 63 | 172 | 0 | 0.74 | 0.28 | 0.07 | 322.63 | 0.84 | 0.59 |
| Hex | EE | 3F | AC | 0 | 4A | 1C | 7 | 143 | 54 | 3B |
| Octal | 356 | 77 | 254 | 0 | 112 | 34 | 7 | 503 | 124 | 73 |
| Binary | 11101110 | 111111 | 10101100 | 0 | 1001010 | 11100 | 111 | 101000011 | 1010100 | 111011 |
Color Harmonies of #EE3FAC
Complementary color
Monochromatic Colors of #EE3FAC
Black with #EE3FAC
Text Example
Text Example
White with #EE3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3FAC; }
p { color: rgb(238,63,172); }
H1.HeaderClassName
{
color: #EE3FAC;
}
.AnyTagClassName
{
color: #EE3FAC;
}
</style>
background-color css
<style>
a { background-color: #EE3FAC; }
a { background-color: rgb(238,63,172); }
div.DivClassName
{
background-color: #EE3FAC;
}
.BgClassName
{
background-color: #EE3FAC;
}
</style>
border-color css
<style>
span { border-color: #EE3FAC; }
span { border-color: rgb(238,63,172); }
td.TdClassName
{
border-color: #EE3FAC;
}
.TagClassName
{
border-color: #EE3FAC;
}
</style>