Shades of Pale Violet Red #EC69A2
Tints of Pale Violet Red #EC69A2
RGB
CMYK
RGB Variations
Color information
#EC69A2 (or 0xEC69A2) is known color: Pale Violet Red. HEX triplet: EC, 69 and A2. RGB value is (236,105,162). Sum of RGB (Red+Green+Blue) = 236+105+162=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC69A2 is #13965D. Grayscale: #969696. Windows color (decimal): -1283678 or 10643948. OLE color: 10643948.
HSL color Cylindrical-coordinate representation of color #EC69A2: hue angle of 333.89º 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 #EC69A2 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 162 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.07 |
| HSL | 333.89º | 0.78% | 0.67% | - |
| HSV(B) | 333.89º | 0.56% | 0.93% | - |
| XYZ | 46.17 | 30.54 | 37.64 | - |
| YUV | 150.67 | 134.4 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 162 | 0 | 0.56 | 0.31 | 0.07 | 333.89 | 0.78 | 0.67 |
| Hex | EC | 69 | A2 | 0 | 38 | 1F | 7 | 14E | 4E | 43 |
| Octal | 354 | 151 | 242 | 0 | 70 | 37 | 7 | 516 | 116 | 103 |
| Binary | 11101100 | 1101001 | 10100010 | 0 | 111000 | 11111 | 111 | 101001110 | 1001110 | 1000011 |
Color Harmonies of #EC69A2
Complementary color
Monochromatic Colors of #EC69A2
Black with #EC69A2
Text Example
Text Example
White with #EC69A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69A2; }
p { color: rgb(236,105,162); }
H1.HeaderClassName
{
color: #EC69A2;
}
.AnyTagClassName
{
color: #EC69A2;
}
</style>
background-color css
<style>
a { background-color: #EC69A2; }
a { background-color: rgb(236,105,162); }
div.DivClassName
{
background-color: #EC69A2;
}
.BgClassName
{
background-color: #EC69A2;
}
</style>
border-color css
<style>
span { border-color: #EC69A2; }
span { border-color: rgb(236,105,162); }
td.TdClassName
{
border-color: #EC69A2;
}
.TagClassName
{
border-color: #EC69A2;
}
</style>