Shades of Wild Strawberry #EF3CA8
Tints of Wild Strawberry #EF3CA8
RGB
CMYK
RGB Variations
Color information
#EF3CA8 (or 0xEF3CA8) is known color: Wild Strawberry. HEX triplet: EF, 3C and A8. RGB value is (239,60,168). Sum of RGB (Red+Green+Blue) = 239+60+168=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3CA8 is #10C357. Grayscale: #7D7D7D. Windows color (decimal): -1098584 or 11025647. OLE color: 11025647.
HSL color Cylindrical-coordinate representation of color #EF3CA8: hue angle of 323.8º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3CA8 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 168 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.06 |
| HSL | 323.8º | 0.85% | 0.59% | - |
| HSV(B) | 323.8º | 0.75% | 0.94% | - |
| XYZ | 44.28 | 24.41 | 39.42 | - |
| YUV | 125.83 | 151.8 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 168 | 0 | 0.75 | 0.30 | 0.06 | 323.8 | 0.85 | 0.59 |
| Hex | EF | 3C | A8 | 0 | 4B | 1E | 6 | 144 | 55 | 3B |
| Octal | 357 | 74 | 250 | 0 | 113 | 36 | 6 | 504 | 125 | 73 |
| Binary | 11101111 | 111100 | 10101000 | 0 | 1001011 | 11110 | 110 | 101000100 | 1010101 | 111011 |
Color Harmonies of #EF3CA8
Complementary color
Monochromatic Colors of #EF3CA8
Black with #EF3CA8
Text Example
Text Example
White with #EF3CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3CA8; }
p { color: rgb(239,60,168); }
H1.HeaderClassName
{
color: #EF3CA8;
}
.AnyTagClassName
{
color: #EF3CA8;
}
</style>
background-color css
<style>
a { background-color: #EF3CA8; }
a { background-color: rgb(239,60,168); }
div.DivClassName
{
background-color: #EF3CA8;
}
.BgClassName
{
background-color: #EF3CA8;
}
</style>
border-color css
<style>
span { border-color: #EF3CA8; }
span { border-color: rgb(239,60,168); }
td.TdClassName
{
border-color: #EF3CA8;
}
.TagClassName
{
border-color: #EF3CA8;
}
</style>