Shades of Wild Strawberry #EE268E
Tints of Wild Strawberry #EE268E
RGB
CMYK
RGB Variations
Color information
#EE268E (or 0xEE268E) is known color: Wild Strawberry. HEX triplet: EE, 26 and 8E. RGB value is (238,38,142). Sum of RGB (Red+Green+Blue) = 238+38+142=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE268E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE268E is #11D971. Grayscale: #6D6D6D. Windows color (decimal): -1169778 or 9316078. OLE color: 9316078.
HSL color Cylindrical-coordinate representation of color #EE268E: hue angle of 328.8º 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 #EE268E is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 142 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.07 |
| HSL | 328.8º | 0.85% | 0.54% | - |
| HSV(B) | 328.8º | 0.84% | 0.93% | - |
| XYZ | 40.84 | 21.52 | 27.59 | - |
| YUV | 109.66 | 146.26 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 142 | 0 | 0.84 | 0.40 | 0.07 | 328.8 | 0.85 | 0.54 |
| Hex | EE | 26 | 8E | 0 | 54 | 28 | 7 | 149 | 55 | 36 |
| Octal | 356 | 46 | 216 | 0 | 124 | 50 | 7 | 511 | 125 | 66 |
| Binary | 11101110 | 100110 | 10001110 | 0 | 1010100 | 101000 | 111 | 101001001 | 1010101 | 110110 |
Color Harmonies of #EE268E
Complementary color
Monochromatic Colors of #EE268E
Black with #EE268E
Text Example
Text Example
White with #EE268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE268E; }
p { color: rgb(238,38,142); }
H1.HeaderClassName
{
color: #EE268E;
}
.AnyTagClassName
{
color: #EE268E;
}
</style>
background-color css
<style>
a { background-color: #EE268E; }
a { background-color: rgb(238,38,142); }
div.DivClassName
{
background-color: #EE268E;
}
.BgClassName
{
background-color: #EE268E;
}
</style>
border-color css
<style>
span { border-color: #EE268E; }
span { border-color: rgb(238,38,142); }
td.TdClassName
{
border-color: #EE268E;
}
.TagClassName
{
border-color: #EE268E;
}
</style>