Shades of Wild Strawberry #EE409B
Tints of Wild Strawberry #EE409B
RGB
CMYK
RGB Variations
Color information
#EE409B (or 0xEE409B) is known color: Wild Strawberry. HEX triplet: EE, 40 and 9B. RGB value is (238,64,155). Sum of RGB (Red+Green+Blue) = 238+64+155=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE409B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE409B is #11BF64. Grayscale: #7E7E7E. Windows color (decimal): -1163109 or 10174702. OLE color: 10174702.
HSL color Cylindrical-coordinate representation of color #EE409B: hue angle of 328.62º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE409B is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 155 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.07 |
| HSL | 328.62º | 0.84% | 0.59% | - |
| HSV(B) | 328.62º | 0.73% | 0.93% | - |
| XYZ | 43.01 | 24.21 | 33.42 | - |
| YUV | 126.4 | 144.15 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 155 | 0 | 0.73 | 0.35 | 0.07 | 328.62 | 0.84 | 0.59 |
| Hex | EE | 40 | 9B | 0 | 49 | 23 | 7 | 149 | 54 | 3B |
| Octal | 356 | 100 | 233 | 0 | 111 | 43 | 7 | 511 | 124 | 73 |
| Binary | 11101110 | 1000000 | 10011011 | 0 | 1001001 | 100011 | 111 | 101001001 | 1010100 | 111011 |
Color Harmonies of #EE409B
Complementary color
Monochromatic Colors of #EE409B
Black with #EE409B
Text Example
Text Example
White with #EE409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE409B; }
p { color: rgb(238,64,155); }
H1.HeaderClassName
{
color: #EE409B;
}
.AnyTagClassName
{
color: #EE409B;
}
</style>
background-color css
<style>
a { background-color: #EE409B; }
a { background-color: rgb(238,64,155); }
div.DivClassName
{
background-color: #EE409B;
}
.BgClassName
{
background-color: #EE409B;
}
</style>
border-color css
<style>
span { border-color: #EE409B; }
span { border-color: rgb(238,64,155); }
td.TdClassName
{
border-color: #EE409B;
}
.TagClassName
{
border-color: #EE409B;
}
</style>