Shades of Pale Violet Red #EC6799
Tints of Pale Violet Red #EC6799
RGB
CMYK
RGB Variations
Color information
#EC6799 (or 0xEC6799) is known color: Pale Violet Red. HEX triplet: EC, 67 and 99. RGB value is (236,103,153). Sum of RGB (Red+Green+Blue) = 236+103+153=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6799 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6799 is #139866. Grayscale: #949494. Windows color (decimal): -1284199 or 10053612. OLE color: 10053612.
HSL color Cylindrical-coordinate representation of color #EC6799: hue angle of 337.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6799 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 153 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.07 |
| HSL | 337.44º | 0.78% | 0.66% | - |
| HSV(B) | 337.44º | 0.56% | 0.93% | - |
| XYZ | 45.19 | 29.83 | 33.51 | - |
| YUV | 148.47 | 130.56 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 153 | 0 | 0.56 | 0.35 | 0.07 | 337.44 | 0.78 | 0.66 |
| Hex | EC | 67 | 99 | 0 | 38 | 23 | 7 | 151 | 4E | 42 |
| Octal | 354 | 147 | 231 | 0 | 70 | 43 | 7 | 521 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10011001 | 0 | 111000 | 100011 | 111 | 101010001 | 1001110 | 1000010 |
Color Harmonies of #EC6799
Complementary color
Monochromatic Colors of #EC6799
Black with #EC6799
Text Example
Text Example
White with #EC6799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6799; }
p { color: rgb(236,103,153); }
H1.HeaderClassName
{
color: #EC6799;
}
.AnyTagClassName
{
color: #EC6799;
}
</style>
background-color css
<style>
a { background-color: #EC6799; }
a { background-color: rgb(236,103,153); }
div.DivClassName
{
background-color: #EC6799;
}
.BgClassName
{
background-color: #EC6799;
}
</style>
border-color css
<style>
span { border-color: #EC6799; }
span { border-color: rgb(236,103,153); }
td.TdClassName
{
border-color: #EC6799;
}
.TagClassName
{
border-color: #EC6799;
}
</style>