Shades of Pale Violet Red #EF689D
Tints of Pale Violet Red #EF689D
RGB
CMYK
RGB Variations
Color information
#EF689D (or 0xEF689D) is known color: Pale Violet Red. HEX triplet: EF, 68 and 9D. RGB value is (239,104,157). Sum of RGB (Red+Green+Blue) = 239+104+157=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF689D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF689D is #109762. Grayscale: #969696. Windows color (decimal): -1087331 or 10316015. OLE color: 10316015.
HSL color Cylindrical-coordinate representation of color #EF689D: hue angle of 336.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF689D is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 157 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.06 |
| HSL | 336.44º | 0.81% | 0.67% | - |
| HSV(B) | 336.44º | 0.56% | 0.94% | - |
| XYZ | 46.63 | 30.69 | 35.36 | - |
| YUV | 150.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 157 | 0 | 0.56 | 0.34 | 0.06 | 336.44 | 0.81 | 0.67 |
| Hex | EF | 68 | 9D | 0 | 38 | 22 | 6 | 150 | 51 | 43 |
| Octal | 357 | 150 | 235 | 0 | 70 | 42 | 6 | 520 | 121 | 103 |
| Binary | 11101111 | 1101000 | 10011101 | 0 | 111000 | 100010 | 110 | 101010000 | 1010001 | 1000011 |
Color Harmonies of #EF689D
Complementary color
Monochromatic Colors of #EF689D
Black with #EF689D
Text Example
Text Example
White with #EF689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF689D; }
p { color: rgb(239,104,157); }
H1.HeaderClassName
{
color: #EF689D;
}
.AnyTagClassName
{
color: #EF689D;
}
</style>
background-color css
<style>
a { background-color: #EF689D; }
a { background-color: rgb(239,104,157); }
div.DivClassName
{
background-color: #EF689D;
}
.BgClassName
{
background-color: #EF689D;
}
</style>
border-color css
<style>
span { border-color: #EF689D; }
span { border-color: rgb(239,104,157); }
td.TdClassName
{
border-color: #EF689D;
}
.TagClassName
{
border-color: #EF689D;
}
</style>