Shades of Wild Strawberry #EE3897
Tints of Wild Strawberry #EE3897
RGB
CMYK
RGB Variations
Color information
#EE3897 (or 0xEE3897) is known color: Wild Strawberry. HEX triplet: EE, 38 and 97. RGB value is (238,56,151). Sum of RGB (Red+Green+Blue) = 238+56+151=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3897 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3897 is #11C768. Grayscale: #797979. Windows color (decimal): -1165161 or 9910510. OLE color: 9910510.
HSL color Cylindrical-coordinate representation of color #EE3897: hue angle of 328.68º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3897 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 151 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.07 |
| HSL | 328.68º | 0.84% | 0.58% | - |
| HSV(B) | 328.68º | 0.76% | 0.93% | - |
| XYZ | 42.26 | 23.24 | 31.54 | - |
| YUV | 121.25 | 144.8 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 151 | 0 | 0.76 | 0.37 | 0.07 | 328.68 | 0.84 | 0.58 |
| Hex | EE | 38 | 97 | 0 | 4C | 25 | 7 | 149 | 54 | 3A |
| Octal | 356 | 70 | 227 | 0 | 114 | 45 | 7 | 511 | 124 | 72 |
| Binary | 11101110 | 111000 | 10010111 | 0 | 1001100 | 100101 | 111 | 101001001 | 1010100 | 111010 |
Color Harmonies of #EE3897
Complementary color
Monochromatic Colors of #EE3897
Black with #EE3897
Text Example
Text Example
White with #EE3897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3897; }
p { color: rgb(238,56,151); }
H1.HeaderClassName
{
color: #EE3897;
}
.AnyTagClassName
{
color: #EE3897;
}
</style>
background-color css
<style>
a { background-color: #EE3897; }
a { background-color: rgb(238,56,151); }
div.DivClassName
{
background-color: #EE3897;
}
.BgClassName
{
background-color: #EE3897;
}
</style>
border-color css
<style>
span { border-color: #EE3897; }
span { border-color: rgb(238,56,151); }
td.TdClassName
{
border-color: #EE3897;
}
.TagClassName
{
border-color: #EE3897;
}
</style>