Shades of Wild Strawberry #EE429E
Tints of Wild Strawberry #EE429E
RGB
CMYK
RGB Variations
Color information
#EE429E (or 0xEE429E) is known color: Wild Strawberry. HEX triplet: EE, 42 and 9E. RGB value is (238,66,158). Sum of RGB (Red+Green+Blue) = 238+66+158=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE429E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE429E is #11BD61. Grayscale: #7F7F7F. Windows color (decimal): -1162594 or 10371822. OLE color: 10371822.
HSL color Cylindrical-coordinate representation of color #EE429E: hue angle of 327.91º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE429E is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 158 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.07 |
| HSL | 327.91º | 0.83% | 0.6% | - |
| HSV(B) | 327.91º | 0.72% | 0.93% | - |
| XYZ | 43.38 | 24.54 | 34.8 | - |
| YUV | 127.92 | 144.98 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 158 | 0 | 0.72 | 0.34 | 0.07 | 327.91 | 0.83 | 0.6 |
| Hex | EE | 42 | 9E | 0 | 48 | 22 | 7 | 148 | 53 | 3C |
| Octal | 356 | 102 | 236 | 0 | 110 | 42 | 7 | 510 | 123 | 74 |
| Binary | 11101110 | 1000010 | 10011110 | 0 | 1001000 | 100010 | 111 | 101001000 | 1010011 | 111100 |
Color Harmonies of #EE429E
Complementary color
Monochromatic Colors of #EE429E
Black with #EE429E
Text Example
Text Example
White with #EE429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE429E; }
p { color: rgb(238,66,158); }
H1.HeaderClassName
{
color: #EE429E;
}
.AnyTagClassName
{
color: #EE429E;
}
</style>
background-color css
<style>
a { background-color: #EE429E; }
a { background-color: rgb(238,66,158); }
div.DivClassName
{
background-color: #EE429E;
}
.BgClassName
{
background-color: #EE429E;
}
</style>
border-color css
<style>
span { border-color: #EE429E; }
span { border-color: rgb(238,66,158); }
td.TdClassName
{
border-color: #EE429E;
}
.TagClassName
{
border-color: #EE429E;
}
</style>