Shades of Pale Violet Red #EF6D9A
Tints of Pale Violet Red #EF6D9A
RGB
CMYK
RGB Variations
Color information
#EF6D9A (or 0xEF6D9A) is known color: Pale Violet Red. HEX triplet: EF, 6D and 9A. RGB value is (239,109,154). Sum of RGB (Red+Green+Blue) = 239+109+154=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6D9A is #109265. Grayscale: #989898. Windows color (decimal): -1086054 or 10120687. OLE color: 10120687.
HSL color Cylindrical-coordinate representation of color #EF6D9A: hue angle of 339.23º 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 #EF6D9A is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 154 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.06 |
| HSL | 339.23º | 0.8% | 0.68% | - |
| HSV(B) | 339.23º | 0.54% | 0.94% | - |
| XYZ | 46.9 | 31.62 | 34.2 | - |
| YUV | 153 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 154 | 0 | 0.54 | 0.36 | 0.06 | 339.23 | 0.8 | 0.68 |
| Hex | EF | 6D | 9A | 0 | 36 | 24 | 6 | 153 | 50 | 44 |
| Octal | 357 | 155 | 232 | 0 | 66 | 44 | 6 | 523 | 120 | 104 |
| Binary | 11101111 | 1101101 | 10011010 | 0 | 110110 | 100100 | 110 | 101010011 | 1010000 | 1000100 |
Color Harmonies of #EF6D9A
Complementary color
Monochromatic Colors of #EF6D9A
Black with #EF6D9A
Text Example
Text Example
White with #EF6D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6D9A; }
p { color: rgb(239,109,154); }
H1.HeaderClassName
{
color: #EF6D9A;
}
.AnyTagClassName
{
color: #EF6D9A;
}
</style>
background-color css
<style>
a { background-color: #EF6D9A; }
a { background-color: rgb(239,109,154); }
div.DivClassName
{
background-color: #EF6D9A;
}
.BgClassName
{
background-color: #EF6D9A;
}
</style>
border-color css
<style>
span { border-color: #EF6D9A; }
span { border-color: rgb(239,109,154); }
td.TdClassName
{
border-color: #EF6D9A;
}
.TagClassName
{
border-color: #EF6D9A;
}
</style>