Shades of Pale Violet Red #EC6899
Tints of Pale Violet Red #EC6899
RGB
CMYK
RGB Variations
Color information
#EC6899 (or 0xEC6899) is known color: Pale Violet Red. HEX triplet: EC, 68 and 99. RGB value is (236,104,153). Sum of RGB (Red+Green+Blue) = 236+104+153=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6899 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6899 is #139766. Grayscale: #949494. Windows color (decimal): -1283943 or 10053868. OLE color: 10053868.
HSL color Cylindrical-coordinate representation of color #EC6899: hue angle of 337.73º 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 #EC6899 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 153 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.07 |
| HSL | 337.73º | 0.78% | 0.67% | - |
| HSV(B) | 337.73º | 0.56% | 0.93% | - |
| XYZ | 45.29 | 30.03 | 33.55 | - |
| YUV | 149.05 | 130.23 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 153 | 0 | 0.56 | 0.35 | 0.07 | 337.73 | 0.78 | 0.67 |
| Hex | EC | 68 | 99 | 0 | 38 | 23 | 7 | 152 | 4E | 43 |
| Octal | 354 | 150 | 231 | 0 | 70 | 43 | 7 | 522 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10011001 | 0 | 111000 | 100011 | 111 | 101010010 | 1001110 | 1000011 |
Color Harmonies of #EC6899
Complementary color
Monochromatic Colors of #EC6899
Black with #EC6899
Text Example
Text Example
White with #EC6899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6899; }
p { color: rgb(236,104,153); }
H1.HeaderClassName
{
color: #EC6899;
}
.AnyTagClassName
{
color: #EC6899;
}
</style>
background-color css
<style>
a { background-color: #EC6899; }
a { background-color: rgb(236,104,153); }
div.DivClassName
{
background-color: #EC6899;
}
.BgClassName
{
background-color: #EC6899;
}
</style>
border-color css
<style>
span { border-color: #EC6899; }
span { border-color: rgb(236,104,153); }
td.TdClassName
{
border-color: #EC6899;
}
.TagClassName
{
border-color: #EC6899;
}
</style>