Shades of Wild Strawberry #EE3E9B
Tints of Wild Strawberry #EE3E9B
RGB
CMYK
RGB Variations
Color information
#EE3E9B (or 0xEE3E9B) is known color: Wild Strawberry. HEX triplet: EE, 3E and 9B. RGB value is (238,62,155). Sum of RGB (Red+Green+Blue) = 238+62+155=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3E9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3E9B is #11C164. Grayscale: #7D7D7D. Windows color (decimal): -1163621 or 10174190. OLE color: 10174190.
HSL color Cylindrical-coordinate representation of color #EE3E9B: hue angle of 328.3º 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 #EE3E9B is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 62 | 155 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.07 |
| HSL | 328.3º | 0.84% | 0.59% | - |
| HSV(B) | 328.3º | 0.74% | 0.93% | - |
| XYZ | 42.9 | 23.99 | 33.38 | - |
| YUV | 125.23 | 144.81 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 62 | 155 | 0 | 0.74 | 0.35 | 0.07 | 328.3 | 0.84 | 0.59 |
| Hex | EE | 3E | 9B | 0 | 4A | 23 | 7 | 148 | 54 | 3B |
| Octal | 356 | 76 | 233 | 0 | 112 | 43 | 7 | 510 | 124 | 73 |
| Binary | 11101110 | 111110 | 10011011 | 0 | 1001010 | 100011 | 111 | 101001000 | 1010100 | 111011 |
Color Harmonies of #EE3E9B
Complementary color
Monochromatic Colors of #EE3E9B
Black with #EE3E9B
Text Example
Text Example
White with #EE3E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3E9B; }
p { color: rgb(238,62,155); }
H1.HeaderClassName
{
color: #EE3E9B;
}
.AnyTagClassName
{
color: #EE3E9B;
}
</style>
background-color css
<style>
a { background-color: #EE3E9B; }
a { background-color: rgb(238,62,155); }
div.DivClassName
{
background-color: #EE3E9B;
}
.BgClassName
{
background-color: #EE3E9B;
}
</style>
border-color css
<style>
span { border-color: #EE3E9B; }
span { border-color: rgb(238,62,155); }
td.TdClassName
{
border-color: #EE3E9B;
}
.TagClassName
{
border-color: #EE3E9B;
}
</style>