Shades of Pale Violet Red #EF709A
Tints of Pale Violet Red #EF709A
RGB
CMYK
RGB Variations
Color information
#EF709A (or 0xEF709A) is known color: Pale Violet Red. HEX triplet: EF, 70 and 9A. RGB value is (239,112,154). Sum of RGB (Red+Green+Blue) = 239+112+154=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF709A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF709A is #108F65. Grayscale: #9A9A9A. Windows color (decimal): -1085286 or 10121455. OLE color: 10121455.
HSL color Cylindrical-coordinate representation of color #EF709A: hue angle of 340.16º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF709A is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 154 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.06 |
| HSL | 340.16º | 0.8% | 0.69% | - |
| HSV(B) | 340.16º | 0.53% | 0.94% | - |
| XYZ | 47.22 | 32.27 | 34.31 | - |
| YUV | 154.76 | 127.58 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 154 | 0 | 0.53 | 0.36 | 0.06 | 340.16 | 0.8 | 0.69 |
| Hex | EF | 70 | 9A | 0 | 35 | 24 | 6 | 154 | 50 | 45 |
| Octal | 357 | 160 | 232 | 0 | 65 | 44 | 6 | 524 | 120 | 105 |
| Binary | 11101111 | 1110000 | 10011010 | 0 | 110101 | 100100 | 110 | 101010100 | 1010000 | 1000101 |
Color Harmonies of #EF709A
Complementary color
Monochromatic Colors of #EF709A
Black with #EF709A
Text Example
Text Example
White with #EF709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF709A; }
p { color: rgb(239,112,154); }
H1.HeaderClassName
{
color: #EF709A;
}
.AnyTagClassName
{
color: #EF709A;
}
</style>
background-color css
<style>
a { background-color: #EF709A; }
a { background-color: rgb(239,112,154); }
div.DivClassName
{
background-color: #EF709A;
}
.BgClassName
{
background-color: #EF709A;
}
</style>
border-color css
<style>
span { border-color: #EF709A; }
span { border-color: rgb(239,112,154); }
td.TdClassName
{
border-color: #EF709A;
}
.TagClassName
{
border-color: #EF709A;
}
</style>