Shades of Pale Violet Red #EC689D
Tints of Pale Violet Red #EC689D
RGB
CMYK
RGB Variations
Color information
#EC689D (or 0xEC689D) is known color: Pale Violet Red. HEX triplet: EC, 68 and 9D. RGB value is (236,104,157). Sum of RGB (Red+Green+Blue) = 236+104+157=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC689D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC689D is #139762. Grayscale: #959595. Windows color (decimal): -1283939 or 10316012. OLE color: 10316012.
HSL color Cylindrical-coordinate representation of color #EC689D: hue angle of 335.91º 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 #EC689D is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 157 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.07 |
| HSL | 335.91º | 0.78% | 0.67% | - |
| HSV(B) | 335.91º | 0.56% | 0.93% | - |
| XYZ | 45.63 | 30.17 | 35.32 | - |
| YUV | 149.51 | 132.23 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 157 | 0 | 0.56 | 0.33 | 0.07 | 335.91 | 0.78 | 0.67 |
| Hex | EC | 68 | 9D | 0 | 38 | 21 | 7 | 150 | 4E | 43 |
| Octal | 354 | 150 | 235 | 0 | 70 | 41 | 7 | 520 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10011101 | 0 | 111000 | 100001 | 111 | 101010000 | 1001110 | 1000011 |
Color Harmonies of #EC689D
Complementary color
Monochromatic Colors of #EC689D
Black with #EC689D
Text Example
Text Example
White with #EC689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC689D; }
p { color: rgb(236,104,157); }
H1.HeaderClassName
{
color: #EC689D;
}
.AnyTagClassName
{
color: #EC689D;
}
</style>
background-color css
<style>
a { background-color: #EC689D; }
a { background-color: rgb(236,104,157); }
div.DivClassName
{
background-color: #EC689D;
}
.BgClassName
{
background-color: #EC689D;
}
</style>
border-color css
<style>
span { border-color: #EC689D; }
span { border-color: rgb(236,104,157); }
td.TdClassName
{
border-color: #EC689D;
}
.TagClassName
{
border-color: #EC689D;
}
</style>