Shades of Pale Violet Red #EF6C9E
Tints of Pale Violet Red #EF6C9E
RGB
CMYK
RGB Variations
Color information
#EF6C9E (or 0xEF6C9E) is known color: Pale Violet Red. HEX triplet: EF, 6C and 9E. RGB value is (239,108,158). Sum of RGB (Red+Green+Blue) = 239+108+158=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6C9E is #109361. Grayscale: #989898. Windows color (decimal): -1086306 or 10382575. OLE color: 10382575.
HSL color Cylindrical-coordinate representation of color #EF6C9E: hue angle of 337.1º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6C9E is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 158 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.06 |
| HSL | 337.1º | 0.8% | 0.68% | - |
| HSV(B) | 337.1º | 0.55% | 0.94% | - |
| XYZ | 47.13 | 31.54 | 35.95 | - |
| YUV | 152.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 158 | 0 | 0.55 | 0.34 | 0.06 | 337.1 | 0.8 | 0.68 |
| Hex | EF | 6C | 9E | 0 | 37 | 22 | 6 | 151 | 50 | 44 |
| Octal | 357 | 154 | 236 | 0 | 67 | 42 | 6 | 521 | 120 | 104 |
| Binary | 11101111 | 1101100 | 10011110 | 0 | 110111 | 100010 | 110 | 101010001 | 1010000 | 1000100 |
Color Harmonies of #EF6C9E
Complementary color
Monochromatic Colors of #EF6C9E
Black with #EF6C9E
Text Example
Text Example
White with #EF6C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6C9E; }
p { color: rgb(239,108,158); }
H1.HeaderClassName
{
color: #EF6C9E;
}
.AnyTagClassName
{
color: #EF6C9E;
}
</style>
background-color css
<style>
a { background-color: #EF6C9E; }
a { background-color: rgb(239,108,158); }
div.DivClassName
{
background-color: #EF6C9E;
}
.BgClassName
{
background-color: #EF6C9E;
}
</style>
border-color css
<style>
span { border-color: #EF6C9E; }
span { border-color: rgb(239,108,158); }
td.TdClassName
{
border-color: #EF6C9E;
}
.TagClassName
{
border-color: #EF6C9E;
}
</style>