Shades of Pale Violet Red #EC68A1
Tints of Pale Violet Red #EC68A1
RGB
CMYK
RGB Variations
Color information
#EC68A1 (or 0xEC68A1) is known color: Pale Violet Red. HEX triplet: EC, 68 and A1. RGB value is (236,104,161). Sum of RGB (Red+Green+Blue) = 236+104+161=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC68A1 is #13975E. Grayscale: #959595. Windows color (decimal): -1283935 or 10578156. OLE color: 10578156.
HSL color Cylindrical-coordinate representation of color #EC68A1: hue angle of 334.09º 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 #EC68A1 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 161 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.07 |
| HSL | 334.09º | 0.78% | 0.67% | - |
| HSV(B) | 334.09º | 0.56% | 0.93% | - |
| XYZ | 45.98 | 30.31 | 37.14 | - |
| YUV | 149.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 161 | 0 | 0.56 | 0.32 | 0.07 | 334.09 | 0.78 | 0.67 |
| Hex | EC | 68 | A1 | 0 | 38 | 20 | 7 | 14E | 4E | 43 |
| Octal | 354 | 150 | 241 | 0 | 70 | 40 | 7 | 516 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10100001 | 0 | 111000 | 100000 | 111 | 101001110 | 1001110 | 1000011 |
Color Harmonies of #EC68A1
Complementary color
Monochromatic Colors of #EC68A1
Black with #EC68A1
Text Example
Text Example
White with #EC68A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68A1; }
p { color: rgb(236,104,161); }
H1.HeaderClassName
{
color: #EC68A1;
}
.AnyTagClassName
{
color: #EC68A1;
}
</style>
background-color css
<style>
a { background-color: #EC68A1; }
a { background-color: rgb(236,104,161); }
div.DivClassName
{
background-color: #EC68A1;
}
.BgClassName
{
background-color: #EC68A1;
}
</style>
border-color css
<style>
span { border-color: #EC68A1; }
span { border-color: rgb(236,104,161); }
td.TdClassName
{
border-color: #EC68A1;
}
.TagClassName
{
border-color: #EC68A1;
}
</style>