Shades of Pale Violet Red #EC689F
Tints of Pale Violet Red #EC689F
RGB
CMYK
RGB Variations
Color information
#EC689F (or 0xEC689F) is known color: Pale Violet Red. HEX triplet: EC, 68 and 9F. RGB value is (236,104,159). Sum of RGB (Red+Green+Blue) = 236+104+159=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC689F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC689F is #139760. Grayscale: #959595. Windows color (decimal): -1283937 or 10447084. OLE color: 10447084.
HSL color Cylindrical-coordinate representation of color #EC689F: hue angle of 335º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC689F is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 159 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.07 |
| HSL | 335º | 0.78% | 0.67% | - |
| HSV(B) | 335º | 0.56% | 0.93% | - |
| XYZ | 45.8 | 30.24 | 36.22 | - |
| YUV | 149.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 159 | 0 | 0.56 | 0.33 | 0.07 | 335 | 0.78 | 0.67 |
| Hex | EC | 68 | 9F | 0 | 38 | 21 | 7 | 14F | 4E | 43 |
| Octal | 354 | 150 | 237 | 0 | 70 | 41 | 7 | 517 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10011111 | 0 | 111000 | 100001 | 111 | 101001111 | 1001110 | 1000011 |
Color Harmonies of #EC689F
Complementary color
Monochromatic Colors of #EC689F
Black with #EC689F
Text Example
Text Example
White with #EC689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC689F; }
p { color: rgb(236,104,159); }
H1.HeaderClassName
{
color: #EC689F;
}
.AnyTagClassName
{
color: #EC689F;
}
</style>
background-color css
<style>
a { background-color: #EC689F; }
a { background-color: rgb(236,104,159); }
div.DivClassName
{
background-color: #EC689F;
}
.BgClassName
{
background-color: #EC689F;
}
</style>
border-color css
<style>
span { border-color: #EC689F; }
span { border-color: rgb(236,104,159); }
td.TdClassName
{
border-color: #EC689F;
}
.TagClassName
{
border-color: #EC689F;
}
</style>