Shades of Pale Violet Red #EF6F9E
Tints of Pale Violet Red #EF6F9E
RGB
CMYK
RGB Variations
Color information
#EF6F9E (or 0xEF6F9E) is known color: Pale Violet Red. HEX triplet: EF, 6F and 9E. RGB value is (239,111,158). Sum of RGB (Red+Green+Blue) = 239+111+158=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6F9E is #109061. Grayscale: #9A9A9A. Windows color (decimal): -1085538 or 10383343. OLE color: 10383343.
HSL color Cylindrical-coordinate representation of color #EF6F9E: hue angle of 337.97º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6F9E is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 158 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.06 |
| HSL | 337.97º | 0.8% | 0.69% | - |
| HSV(B) | 337.97º | 0.54% | 0.94% | - |
| XYZ | 47.45 | 32.19 | 36.06 | - |
| YUV | 154.63 | 129.91 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 158 | 0 | 0.54 | 0.34 | 0.06 | 337.97 | 0.8 | 0.69 |
| Hex | EF | 6F | 9E | 0 | 36 | 22 | 6 | 152 | 50 | 45 |
| Octal | 357 | 157 | 236 | 0 | 66 | 42 | 6 | 522 | 120 | 105 |
| Binary | 11101111 | 1101111 | 10011110 | 0 | 110110 | 100010 | 110 | 101010010 | 1010000 | 1000101 |
Color Harmonies of #EF6F9E
Complementary color
Monochromatic Colors of #EF6F9E
Black with #EF6F9E
Text Example
Text Example
White with #EF6F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6F9E; }
p { color: rgb(239,111,158); }
H1.HeaderClassName
{
color: #EF6F9E;
}
.AnyTagClassName
{
color: #EF6F9E;
}
</style>
background-color css
<style>
a { background-color: #EF6F9E; }
a { background-color: rgb(239,111,158); }
div.DivClassName
{
background-color: #EF6F9E;
}
.BgClassName
{
background-color: #EF6F9E;
}
</style>
border-color css
<style>
span { border-color: #EF6F9E; }
span { border-color: rgb(239,111,158); }
td.TdClassName
{
border-color: #EF6F9E;
}
.TagClassName
{
border-color: #EF6F9E;
}
</style>