Shades of Pale Violet Red #EC699C
Tints of Pale Violet Red #EC699C
RGB
CMYK
RGB Variations
Color information
#EC699C (or 0xEC699C) is known color: Pale Violet Red. HEX triplet: EC, 69 and 9C. RGB value is (236,105,156). Sum of RGB (Red+Green+Blue) = 236+105+156=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC699C is #139663. Grayscale: #959595. Windows color (decimal): -1283684 or 10250732. OLE color: 10250732.
HSL color Cylindrical-coordinate representation of color #EC699C: hue angle of 336.64º 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 #EC699C is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 156 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.07 |
| HSL | 336.64º | 0.78% | 0.67% | - |
| HSV(B) | 336.64º | 0.56% | 0.93% | - |
| XYZ | 45.64 | 30.34 | 34.9 | - |
| YUV | 149.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 156 | 0 | 0.56 | 0.34 | 0.07 | 336.64 | 0.78 | 0.67 |
| Hex | EC | 69 | 9C | 0 | 38 | 22 | 7 | 151 | 4E | 43 |
| Octal | 354 | 151 | 234 | 0 | 70 | 42 | 7 | 521 | 116 | 103 |
| Binary | 11101100 | 1101001 | 10011100 | 0 | 111000 | 100010 | 111 | 101010001 | 1001110 | 1000011 |
Color Harmonies of #EC699C
Complementary color
Monochromatic Colors of #EC699C
Black with #EC699C
Text Example
Text Example
White with #EC699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC699C; }
p { color: rgb(236,105,156); }
H1.HeaderClassName
{
color: #EC699C;
}
.AnyTagClassName
{
color: #EC699C;
}
</style>
background-color css
<style>
a { background-color: #EC699C; }
a { background-color: rgb(236,105,156); }
div.DivClassName
{
background-color: #EC699C;
}
.BgClassName
{
background-color: #EC699C;
}
</style>
border-color css
<style>
span { border-color: #EC699C; }
span { border-color: rgb(236,105,156); }
td.TdClassName
{
border-color: #EC699C;
}
.TagClassName
{
border-color: #EC699C;
}
</style>