Shades of Wild Strawberry #EE369A
Tints of Wild Strawberry #EE369A
RGB
CMYK
RGB Variations
Color information
#EE369A (or 0xEE369A) is known color: Wild Strawberry. HEX triplet: EE, 36 and 9A. RGB value is (238,54,154). Sum of RGB (Red+Green+Blue) = 238+54+154=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE369A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE369A is #11C965. Grayscale: #787878. Windows color (decimal): -1165670 or 10106606. OLE color: 10106606.
HSL color Cylindrical-coordinate representation of color #EE369A: hue angle of 327.39º 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 #EE369A is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 154 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.07 |
| HSL | 327.39º | 0.84% | 0.57% | - |
| HSV(B) | 327.39º | 0.77% | 0.93% | - |
| XYZ | 42.41 | 23.15 | 32.8 | - |
| YUV | 120.42 | 146.96 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 154 | 0 | 0.77 | 0.35 | 0.07 | 327.39 | 0.84 | 0.57 |
| Hex | EE | 36 | 9A | 0 | 4D | 23 | 7 | 147 | 54 | 39 |
| Octal | 356 | 66 | 232 | 0 | 115 | 43 | 7 | 507 | 124 | 71 |
| Binary | 11101110 | 110110 | 10011010 | 0 | 1001101 | 100011 | 111 | 101000111 | 1010100 | 111001 |
Color Harmonies of #EE369A
Complementary color
Monochromatic Colors of #EE369A
Black with #EE369A
Text Example
Text Example
White with #EE369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE369A; }
p { color: rgb(238,54,154); }
H1.HeaderClassName
{
color: #EE369A;
}
.AnyTagClassName
{
color: #EE369A;
}
</style>
background-color css
<style>
a { background-color: #EE369A; }
a { background-color: rgb(238,54,154); }
div.DivClassName
{
background-color: #EE369A;
}
.BgClassName
{
background-color: #EE369A;
}
</style>
border-color css
<style>
span { border-color: #EE369A; }
span { border-color: rgb(238,54,154); }
td.TdClassName
{
border-color: #EE369A;
}
.TagClassName
{
border-color: #EE369A;
}
</style>