Shades of Pale Violet Red #EF6E9E
Tints of Pale Violet Red #EF6E9E
RGB
CMYK
RGB Variations
Color information
#EF6E9E (or 0xEF6E9E) is known color: Pale Violet Red. HEX triplet: EF, 6E and 9E. RGB value is (239,110,158). Sum of RGB (Red+Green+Blue) = 239+110+158=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6E9E is #109161. Grayscale: #999999. Windows color (decimal): -1085794 or 10383087. OLE color: 10383087.
HSL color Cylindrical-coordinate representation of color #EF6E9E: hue angle of 337.67º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6E9E is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 158 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.06 |
| HSL | 337.67º | 0.8% | 0.68% | - |
| HSV(B) | 337.67º | 0.54% | 0.94% | - |
| XYZ | 47.34 | 31.97 | 36.02 | - |
| YUV | 154.04 | 130.24 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 158 | 0 | 0.54 | 0.34 | 0.06 | 337.67 | 0.8 | 0.68 |
| Hex | EF | 6E | 9E | 0 | 36 | 22 | 6 | 152 | 50 | 44 |
| Octal | 357 | 156 | 236 | 0 | 66 | 42 | 6 | 522 | 120 | 104 |
| Binary | 11101111 | 1101110 | 10011110 | 0 | 110110 | 100010 | 110 | 101010010 | 1010000 | 1000100 |
Color Harmonies of #EF6E9E
Complementary color
Monochromatic Colors of #EF6E9E
Black with #EF6E9E
Text Example
Text Example
White with #EF6E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6E9E; }
p { color: rgb(239,110,158); }
H1.HeaderClassName
{
color: #EF6E9E;
}
.AnyTagClassName
{
color: #EF6E9E;
}
</style>
background-color css
<style>
a { background-color: #EF6E9E; }
a { background-color: rgb(239,110,158); }
div.DivClassName
{
background-color: #EF6E9E;
}
.BgClassName
{
background-color: #EF6E9E;
}
</style>
border-color css
<style>
span { border-color: #EF6E9E; }
span { border-color: rgb(239,110,158); }
td.TdClassName
{
border-color: #EF6E9E;
}
.TagClassName
{
border-color: #EF6E9E;
}
</style>