Shades of Wild Strawberry #EE3E9D
Tints of Wild Strawberry #EE3E9D
RGB
CMYK
RGB Variations
Color information
#EE3E9D (or 0xEE3E9D) is known color: Wild Strawberry. HEX triplet: EE, 3E and 9D. RGB value is (238,62,157). Sum of RGB (Red+Green+Blue) = 238+62+157=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3E9D is #11C162. Grayscale: #7D7D7D. Windows color (decimal): -1163619 or 10305262. OLE color: 10305262.
HSL color Cylindrical-coordinate representation of color #EE3E9D: hue angle of 327.61º 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 #EE3E9D is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 62 | 157 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.07 |
| HSL | 327.61º | 0.84% | 0.59% | - |
| HSV(B) | 327.61º | 0.74% | 0.93% | - |
| XYZ | 43.07 | 24.06 | 34.27 | - |
| YUV | 125.45 | 145.81 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 62 | 157 | 0 | 0.74 | 0.34 | 0.07 | 327.61 | 0.84 | 0.59 |
| Hex | EE | 3E | 9D | 0 | 4A | 22 | 7 | 148 | 54 | 3B |
| Octal | 356 | 76 | 235 | 0 | 112 | 42 | 7 | 510 | 124 | 73 |
| Binary | 11101110 | 111110 | 10011101 | 0 | 1001010 | 100010 | 111 | 101001000 | 1010100 | 111011 |
Color Harmonies of #EE3E9D
Complementary color
Monochromatic Colors of #EE3E9D
Black with #EE3E9D
Text Example
Text Example
White with #EE3E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3E9D; }
p { color: rgb(238,62,157); }
H1.HeaderClassName
{
color: #EE3E9D;
}
.AnyTagClassName
{
color: #EE3E9D;
}
</style>
background-color css
<style>
a { background-color: #EE3E9D; }
a { background-color: rgb(238,62,157); }
div.DivClassName
{
background-color: #EE3E9D;
}
.BgClassName
{
background-color: #EE3E9D;
}
</style>
border-color css
<style>
span { border-color: #EE3E9D; }
span { border-color: rgb(238,62,157); }
td.TdClassName
{
border-color: #EE3E9D;
}
.TagClassName
{
border-color: #EE3E9D;
}
</style>