Shades of Pale Violet Red #EF6A9F
Tints of Pale Violet Red #EF6A9F
RGB
CMYK
RGB Variations
Color information
#EF6A9F (or 0xEF6A9F) is known color: Pale Violet Red. HEX triplet: EF, 6A and 9F. RGB value is (239,106,159). Sum of RGB (Red+Green+Blue) = 239+106+159=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6A9F is #109560. Grayscale: #979797. Windows color (decimal): -1086817 or 10447599. OLE color: 10447599.
HSL color Cylindrical-coordinate representation of color #EF6A9F: hue angle of 336.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6A9F is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 106 | 159 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.06 |
| HSL | 336.09º | 0.81% | 0.68% | - |
| HSV(B) | 336.09º | 0.56% | 0.94% | - |
| XYZ | 47.01 | 31.16 | 36.34 | - |
| YUV | 151.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 106 | 159 | 0 | 0.56 | 0.33 | 0.06 | 336.09 | 0.81 | 0.68 |
| Hex | EF | 6A | 9F | 0 | 38 | 21 | 6 | 150 | 51 | 44 |
| Octal | 357 | 152 | 237 | 0 | 70 | 41 | 6 | 520 | 121 | 104 |
| Binary | 11101111 | 1101010 | 10011111 | 0 | 111000 | 100001 | 110 | 101010000 | 1010001 | 1000100 |
Color Harmonies of #EF6A9F
Complementary color
Monochromatic Colors of #EF6A9F
Black with #EF6A9F
Text Example
Text Example
White with #EF6A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6A9F; }
p { color: rgb(239,106,159); }
H1.HeaderClassName
{
color: #EF6A9F;
}
.AnyTagClassName
{
color: #EF6A9F;
}
</style>
background-color css
<style>
a { background-color: #EF6A9F; }
a { background-color: rgb(239,106,159); }
div.DivClassName
{
background-color: #EF6A9F;
}
.BgClassName
{
background-color: #EF6A9F;
}
</style>
border-color css
<style>
span { border-color: #EF6A9F; }
span { border-color: rgb(239,106,159); }
td.TdClassName
{
border-color: #EF6A9F;
}
.TagClassName
{
border-color: #EF6A9F;
}
</style>