Shades of Wild Strawberry #EE379A
Tints of Wild Strawberry #EE379A
RGB
CMYK
RGB Variations
Color information
#EE379A (or 0xEE379A) is known color: Wild Strawberry. HEX triplet: EE, 37 and 9A. RGB value is (238,55,154). Sum of RGB (Red+Green+Blue) = 238+55+154=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE379A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE379A is #11C865. Grayscale: #787878. Windows color (decimal): -1165414 or 10106862. OLE color: 10106862.
HSL color Cylindrical-coordinate representation of color #EE379A: hue angle of 327.54º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE379A is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 154 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.07 |
| HSL | 327.54º | 0.84% | 0.57% | - |
| HSV(B) | 327.54º | 0.77% | 0.93% | - |
| XYZ | 42.46 | 23.24 | 32.82 | - |
| YUV | 121 | 146.63 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 154 | 0 | 0.77 | 0.35 | 0.07 | 327.54 | 0.84 | 0.57 |
| Hex | EE | 37 | 9A | 0 | 4D | 23 | 7 | 148 | 54 | 39 |
| Octal | 356 | 67 | 232 | 0 | 115 | 43 | 7 | 510 | 124 | 71 |
| Binary | 11101110 | 110111 | 10011010 | 0 | 1001101 | 100011 | 111 | 101001000 | 1010100 | 111001 |
Color Harmonies of #EE379A
Complementary color
Monochromatic Colors of #EE379A
Black with #EE379A
Text Example
Text Example
White with #EE379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE379A; }
p { color: rgb(238,55,154); }
H1.HeaderClassName
{
color: #EE379A;
}
.AnyTagClassName
{
color: #EE379A;
}
</style>
background-color css
<style>
a { background-color: #EE379A; }
a { background-color: rgb(238,55,154); }
div.DivClassName
{
background-color: #EE379A;
}
.BgClassName
{
background-color: #EE379A;
}
</style>
border-color css
<style>
span { border-color: #EE379A; }
span { border-color: rgb(238,55,154); }
td.TdClassName
{
border-color: #EE379A;
}
.TagClassName
{
border-color: #EE379A;
}
</style>