Shades of Pale Violet Red #EC69A1
Tints of Pale Violet Red #EC69A1
RGB
CMYK
RGB Variations
Color information
#EC69A1 (or 0xEC69A1) is known color: Pale Violet Red. HEX triplet: EC, 69 and A1. RGB value is (236,105,161). Sum of RGB (Red+Green+Blue) = 236+105+161=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC69A1 is #13965E. Grayscale: #969696. Windows color (decimal): -1283679 or 10578412. OLE color: 10578412.
HSL color Cylindrical-coordinate representation of color #EC69A1: hue angle of 334.35º 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 #EC69A1 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 161 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.07 |
| HSL | 334.35º | 0.78% | 0.67% | - |
| HSV(B) | 334.35º | 0.56% | 0.93% | - |
| XYZ | 46.08 | 30.51 | 37.18 | - |
| YUV | 150.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 161 | 0 | 0.56 | 0.32 | 0.07 | 334.35 | 0.78 | 0.67 |
| Hex | EC | 69 | A1 | 0 | 38 | 20 | 7 | 14E | 4E | 43 |
| Octal | 354 | 151 | 241 | 0 | 70 | 40 | 7 | 516 | 116 | 103 |
| Binary | 11101100 | 1101001 | 10100001 | 0 | 111000 | 100000 | 111 | 101001110 | 1001110 | 1000011 |
Color Harmonies of #EC69A1
Complementary color
Monochromatic Colors of #EC69A1
Black with #EC69A1
Text Example
Text Example
White with #EC69A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69A1; }
p { color: rgb(236,105,161); }
H1.HeaderClassName
{
color: #EC69A1;
}
.AnyTagClassName
{
color: #EC69A1;
}
</style>
background-color css
<style>
a { background-color: #EC69A1; }
a { background-color: rgb(236,105,161); }
div.DivClassName
{
background-color: #EC69A1;
}
.BgClassName
{
background-color: #EC69A1;
}
</style>
border-color css
<style>
span { border-color: #EC69A1; }
span { border-color: rgb(236,105,161); }
td.TdClassName
{
border-color: #EC69A1;
}
.TagClassName
{
border-color: #EC69A1;
}
</style>