Shades of Wild Strawberry #EF3AA0
Tints of Wild Strawberry #EF3AA0
RGB
CMYK
RGB Variations
Color information
#EF3AA0 (or 0xEF3AA0) is known color: Wild Strawberry. HEX triplet: EF, 3A and A0. RGB value is (239,58,160). Sum of RGB (Red+Green+Blue) = 239+58+160=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3AA0 is #10C55F. Grayscale: #7B7B7B. Windows color (decimal): -1099104 or 10500847. OLE color: 10500847.
HSL color Cylindrical-coordinate representation of color #EF3AA0: hue angle of 326.19º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3AA0 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 160 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.06 |
| HSL | 326.19º | 0.85% | 0.58% | - |
| HSV(B) | 326.19º | 0.76% | 0.94% | - |
| XYZ | 43.45 | 23.91 | 35.58 | - |
| YUV | 123.75 | 148.47 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 160 | 0 | 0.76 | 0.33 | 0.06 | 326.19 | 0.85 | 0.58 |
| Hex | EF | 3A | A0 | 0 | 4C | 21 | 6 | 146 | 55 | 3A |
| Octal | 357 | 72 | 240 | 0 | 114 | 41 | 6 | 506 | 125 | 72 |
| Binary | 11101111 | 111010 | 10100000 | 0 | 1001100 | 100001 | 110 | 101000110 | 1010101 | 111010 |
Color Harmonies of #EF3AA0
Complementary color
Monochromatic Colors of #EF3AA0
Black with #EF3AA0
Text Example
Text Example
White with #EF3AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3AA0; }
p { color: rgb(239,58,160); }
H1.HeaderClassName
{
color: #EF3AA0;
}
.AnyTagClassName
{
color: #EF3AA0;
}
</style>
background-color css
<style>
a { background-color: #EF3AA0; }
a { background-color: rgb(239,58,160); }
div.DivClassName
{
background-color: #EF3AA0;
}
.BgClassName
{
background-color: #EF3AA0;
}
</style>
border-color css
<style>
span { border-color: #EF3AA0; }
span { border-color: rgb(239,58,160); }
td.TdClassName
{
border-color: #EF3AA0;
}
.TagClassName
{
border-color: #EF3AA0;
}
</style>