Shades of Pale Violet Red #EC67A0
Tints of Pale Violet Red #EC67A0
RGB
CMYK
RGB Variations
Color information
#EC67A0 (or 0xEC67A0) is known color: Pale Violet Red. HEX triplet: EC, 67 and A0. RGB value is (236,103,160). Sum of RGB (Red+Green+Blue) = 236+103+160=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC67A0 is #13985F. Grayscale: #959595. Windows color (decimal): -1284192 or 10512364. OLE color: 10512364.
HSL color Cylindrical-coordinate representation of color #EC67A0: hue angle of 334.29º 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 #EC67A0 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 160 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.07 |
| HSL | 334.29º | 0.78% | 0.66% | - |
| HSV(B) | 334.29º | 0.56% | 0.93% | - |
| XYZ | 45.79 | 30.07 | 36.65 | - |
| YUV | 149.27 | 134.06 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 160 | 0 | 0.56 | 0.32 | 0.07 | 334.29 | 0.78 | 0.66 |
| Hex | EC | 67 | A0 | 0 | 38 | 20 | 7 | 14E | 4E | 42 |
| Octal | 354 | 147 | 240 | 0 | 70 | 40 | 7 | 516 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10100000 | 0 | 111000 | 100000 | 111 | 101001110 | 1001110 | 1000010 |
Color Harmonies of #EC67A0
Complementary color
Monochromatic Colors of #EC67A0
Black with #EC67A0
Text Example
Text Example
White with #EC67A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67A0; }
p { color: rgb(236,103,160); }
H1.HeaderClassName
{
color: #EC67A0;
}
.AnyTagClassName
{
color: #EC67A0;
}
</style>
background-color css
<style>
a { background-color: #EC67A0; }
a { background-color: rgb(236,103,160); }
div.DivClassName
{
background-color: #EC67A0;
}
.BgClassName
{
background-color: #EC67A0;
}
</style>
border-color css
<style>
span { border-color: #EC67A0; }
span { border-color: rgb(236,103,160); }
td.TdClassName
{
border-color: #EC67A0;
}
.TagClassName
{
border-color: #EC67A0;
}
</style>