Shades of Pale Violet Red #EC67A1
Tints of Pale Violet Red #EC67A1
RGB
CMYK
RGB Variations
Color information
#EC67A1 (or 0xEC67A1) is known color: Pale Violet Red. HEX triplet: EC, 67 and A1. RGB value is (236,103,161). Sum of RGB (Red+Green+Blue) = 236+103+161=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC67A1 is #13985E. Grayscale: #959595. Windows color (decimal): -1284191 or 10577900. OLE color: 10577900.
HSL color Cylindrical-coordinate representation of color #EC67A1: hue angle of 333.83º 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 #EC67A1 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 161 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.07 |
| HSL | 333.83º | 0.78% | 0.66% | - |
| HSV(B) | 333.83º | 0.56% | 0.93% | - |
| XYZ | 45.88 | 30.11 | 37.11 | - |
| YUV | 149.38 | 134.56 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 161 | 0 | 0.56 | 0.32 | 0.07 | 333.83 | 0.78 | 0.66 |
| Hex | EC | 67 | A1 | 0 | 38 | 20 | 7 | 14E | 4E | 42 |
| Octal | 354 | 147 | 241 | 0 | 70 | 40 | 7 | 516 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10100001 | 0 | 111000 | 100000 | 111 | 101001110 | 1001110 | 1000010 |
Color Harmonies of #EC67A1
Complementary color
Monochromatic Colors of #EC67A1
Black with #EC67A1
Text Example
Text Example
White with #EC67A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67A1; }
p { color: rgb(236,103,161); }
H1.HeaderClassName
{
color: #EC67A1;
}
.AnyTagClassName
{
color: #EC67A1;
}
</style>
background-color css
<style>
a { background-color: #EC67A1; }
a { background-color: rgb(236,103,161); }
div.DivClassName
{
background-color: #EC67A1;
}
.BgClassName
{
background-color: #EC67A1;
}
</style>
border-color css
<style>
span { border-color: #EC67A1; }
span { border-color: rgb(236,103,161); }
td.TdClassName
{
border-color: #EC67A1;
}
.TagClassName
{
border-color: #EC67A1;
}
</style>