Shades of Wild Strawberry #EE449F
Tints of Wild Strawberry #EE449F
RGB
CMYK
RGB Variations
Color information
#EE449F (or 0xEE449F) is known color: Wild Strawberry. HEX triplet: EE, 44 and 9F. RGB value is (238,68,159). Sum of RGB (Red+Green+Blue) = 238+68+159=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE449F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE449F is #11BB60. Grayscale: #818181. Windows color (decimal): -1162081 or 10437870. OLE color: 10437870.
HSL color Cylindrical-coordinate representation of color #EE449F: hue angle of 327.88º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE449F is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 159 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.07 |
| HSL | 327.88º | 0.83% | 0.6% | - |
| HSV(B) | 327.88º | 0.71% | 0.93% | - |
| XYZ | 43.59 | 24.81 | 35.29 | - |
| YUV | 129.2 | 144.82 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 159 | 0 | 0.71 | 0.33 | 0.07 | 327.88 | 0.83 | 0.6 |
| Hex | EE | 44 | 9F | 0 | 47 | 21 | 7 | 148 | 53 | 3C |
| Octal | 356 | 104 | 237 | 0 | 107 | 41 | 7 | 510 | 123 | 74 |
| Binary | 11101110 | 1000100 | 10011111 | 0 | 1000111 | 100001 | 111 | 101001000 | 1010011 | 111100 |
Color Harmonies of #EE449F
Complementary color
Monochromatic Colors of #EE449F
Black with #EE449F
Text Example
Text Example
White with #EE449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE449F; }
p { color: rgb(238,68,159); }
H1.HeaderClassName
{
color: #EE449F;
}
.AnyTagClassName
{
color: #EE449F;
}
</style>
background-color css
<style>
a { background-color: #EE449F; }
a { background-color: rgb(238,68,159); }
div.DivClassName
{
background-color: #EE449F;
}
.BgClassName
{
background-color: #EE449F;
}
</style>
border-color css
<style>
span { border-color: #EE449F; }
span { border-color: rgb(238,68,159); }
td.TdClassName
{
border-color: #EE449F;
}
.TagClassName
{
border-color: #EE449F;
}
</style>