Shades of Wild Strawberry #EE278F
Tints of Wild Strawberry #EE278F
RGB
CMYK
RGB Variations
Color information
#EE278F (or 0xEE278F) is known color: Wild Strawberry. HEX triplet: EE, 27 and 8F. RGB value is (238,39,143). Sum of RGB (Red+Green+Blue) = 238+39+143=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE278F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE278F is #11D870. Grayscale: #6E6E6E. Windows color (decimal): -1169521 or 9381870. OLE color: 9381870.
HSL color Cylindrical-coordinate representation of color #EE278F: hue angle of 328.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE278F is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 143 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.07 |
| HSL | 328.64º | 0.85% | 0.54% | - |
| HSV(B) | 328.64º | 0.84% | 0.93% | - |
| XYZ | 40.94 | 21.61 | 28 | - |
| YUV | 110.36 | 146.43 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 143 | 0 | 0.84 | 0.40 | 0.07 | 328.64 | 0.85 | 0.54 |
| Hex | EE | 27 | 8F | 0 | 54 | 28 | 7 | 149 | 55 | 36 |
| Octal | 356 | 47 | 217 | 0 | 124 | 50 | 7 | 511 | 125 | 66 |
| Binary | 11101110 | 100111 | 10001111 | 0 | 1010100 | 101000 | 111 | 101001001 | 1010101 | 110110 |
Color Harmonies of #EE278F
Complementary color
Monochromatic Colors of #EE278F
Black with #EE278F
Text Example
Text Example
White with #EE278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE278F; }
p { color: rgb(238,39,143); }
H1.HeaderClassName
{
color: #EE278F;
}
.AnyTagClassName
{
color: #EE278F;
}
</style>
background-color css
<style>
a { background-color: #EE278F; }
a { background-color: rgb(238,39,143); }
div.DivClassName
{
background-color: #EE278F;
}
.BgClassName
{
background-color: #EE278F;
}
</style>
border-color css
<style>
span { border-color: #EE278F; }
span { border-color: rgb(238,39,143); }
td.TdClassName
{
border-color: #EE278F;
}
.TagClassName
{
border-color: #EE278F;
}
</style>