Shades of Wild Strawberry #EF38A2
Tints of Wild Strawberry #EF38A2
RGB
CMYK
RGB Variations
Color information
#EF38A2 (or 0xEF38A2) is known color: Wild Strawberry. HEX triplet: EF, 38 and A2. RGB value is (239,56,162). Sum of RGB (Red+Green+Blue) = 239+56+162=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF38A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF38A2 is #10C75D. Grayscale: #7A7A7A. Windows color (decimal): -1099614 or 10631407. OLE color: 10631407.
HSL color Cylindrical-coordinate representation of color #EF38A2: hue angle of 325.25º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF38A2 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 162 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.06 |
| HSL | 325.25º | 0.85% | 0.58% | - |
| HSV(B) | 325.25º | 0.77% | 0.94% | - |
| XYZ | 43.53 | 23.79 | 36.48 | - |
| YUV | 122.8 | 150.13 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 162 | 0 | 0.77 | 0.32 | 0.06 | 325.25 | 0.85 | 0.58 |
| Hex | EF | 38 | A2 | 0 | 4D | 20 | 6 | 145 | 55 | 3A |
| Octal | 357 | 70 | 242 | 0 | 115 | 40 | 6 | 505 | 125 | 72 |
| Binary | 11101111 | 111000 | 10100010 | 0 | 1001101 | 100000 | 110 | 101000101 | 1010101 | 111010 |
Color Harmonies of #EF38A2
Complementary color
Monochromatic Colors of #EF38A2
Black with #EF38A2
Text Example
Text Example
White with #EF38A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF38A2; }
p { color: rgb(239,56,162); }
H1.HeaderClassName
{
color: #EF38A2;
}
.AnyTagClassName
{
color: #EF38A2;
}
</style>
background-color css
<style>
a { background-color: #EF38A2; }
a { background-color: rgb(239,56,162); }
div.DivClassName
{
background-color: #EF38A2;
}
.BgClassName
{
background-color: #EF38A2;
}
</style>
border-color css
<style>
span { border-color: #EF38A2; }
span { border-color: rgb(239,56,162); }
td.TdClassName
{
border-color: #EF38A2;
}
.TagClassName
{
border-color: #EF38A2;
}
</style>