Shades of Pale Violet Red #EC669C
Tints of Pale Violet Red #EC669C
RGB
CMYK
RGB Variations
Color information
#EC669C (or 0xEC669C) is known color: Pale Violet Red. HEX triplet: EC, 66 and 9C. RGB value is (236,102,156). Sum of RGB (Red+Green+Blue) = 236+102+156=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC669C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC669C is #139963. Grayscale: #949494. Windows color (decimal): -1284452 or 10249964. OLE color: 10249964.
HSL color Cylindrical-coordinate representation of color #EC669C: hue angle of 335.82º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC669C is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 156 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.07 |
| HSL | 335.82º | 0.78% | 0.66% | - |
| HSV(B) | 335.82º | 0.57% | 0.93% | - |
| XYZ | 45.34 | 29.74 | 34.8 | - |
| YUV | 148.22 | 132.39 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 156 | 0 | 0.57 | 0.34 | 0.07 | 335.82 | 0.78 | 0.66 |
| Hex | EC | 66 | 9C | 0 | 39 | 22 | 7 | 150 | 4E | 42 |
| Octal | 354 | 146 | 234 | 0 | 71 | 42 | 7 | 520 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10011100 | 0 | 111001 | 100010 | 111 | 101010000 | 1001110 | 1000010 |
Color Harmonies of #EC669C
Complementary color
Monochromatic Colors of #EC669C
Black with #EC669C
Text Example
Text Example
White with #EC669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC669C; }
p { color: rgb(236,102,156); }
H1.HeaderClassName
{
color: #EC669C;
}
.AnyTagClassName
{
color: #EC669C;
}
</style>
background-color css
<style>
a { background-color: #EC669C; }
a { background-color: rgb(236,102,156); }
div.DivClassName
{
background-color: #EC669C;
}
.BgClassName
{
background-color: #EC669C;
}
</style>
border-color css
<style>
span { border-color: #EC669C; }
span { border-color: rgb(236,102,156); }
td.TdClassName
{
border-color: #EC669C;
}
.TagClassName
{
border-color: #EC669C;
}
</style>