Shades of Wild Strawberry #EF3FA5
Tints of Wild Strawberry #EF3FA5
RGB
CMYK
RGB Variations
Color information
#EF3FA5 (or 0xEF3FA5) is known color: Wild Strawberry. HEX triplet: EF, 3F and A5. RGB value is (239,63,165). Sum of RGB (Red+Green+Blue) = 239+63+165=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3FA5 is #10C05A. Grayscale: #7F7F7F. Windows color (decimal): -1097819 or 10829807. OLE color: 10829807.
HSL color Cylindrical-coordinate representation of color #EF3FA5: hue angle of 325.23º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3FA5 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 63 | 165 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.06 |
| HSL | 325.23º | 0.85% | 0.59% | - |
| HSV(B) | 325.23º | 0.74% | 0.94% | - |
| XYZ | 44.17 | 24.62 | 38.02 | - |
| YUV | 127.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 165 | 0 | 0.74 | 0.31 | 0.06 | 325.23 | 0.85 | 0.59 |
| Hex | EF | 3F | A5 | 0 | 4A | 1F | 6 | 145 | 55 | 3B |
| Octal | 357 | 77 | 245 | 0 | 112 | 37 | 6 | 505 | 125 | 73 |
| Binary | 11101111 | 111111 | 10100101 | 0 | 1001010 | 11111 | 110 | 101000101 | 1010101 | 111011 |
Color Harmonies of #EF3FA5
Complementary color
Monochromatic Colors of #EF3FA5
Black with #EF3FA5
Text Example
Text Example
White with #EF3FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3FA5; }
p { color: rgb(239,63,165); }
H1.HeaderClassName
{
color: #EF3FA5;
}
.AnyTagClassName
{
color: #EF3FA5;
}
</style>
background-color css
<style>
a { background-color: #EF3FA5; }
a { background-color: rgb(239,63,165); }
div.DivClassName
{
background-color: #EF3FA5;
}
.BgClassName
{
background-color: #EF3FA5;
}
</style>
border-color css
<style>
span { border-color: #EF3FA5; }
span { border-color: rgb(239,63,165); }
td.TdClassName
{
border-color: #EF3FA5;
}
.TagClassName
{
border-color: #EF3FA5;
}
</style>