Shades of Pale Violet Red #EC68A0
Tints of Pale Violet Red #EC68A0
RGB
CMYK
RGB Variations
Color information
#EC68A0 (or 0xEC68A0) is known color: Pale Violet Red. HEX triplet: EC, 68 and A0. RGB value is (236,104,160). Sum of RGB (Red+Green+Blue) = 236+104+160=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC68A0 is #13975F. Grayscale: #959595. Windows color (decimal): -1283936 or 10512620. OLE color: 10512620.
HSL color Cylindrical-coordinate representation of color #EC68A0: hue angle of 334.55º 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 #EC68A0 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 104 | 160 | - |
CMYK | 0 | 0.56 | 0.32 | 0.07 |
HSL | 334.55º | 0.78% | 0.67% | - |
HSV(B) | 334.55º | 0.56% | 0.93% | - |
XYZ | 45.89 | 30.27 | 36.68 | - |
YUV | 149.85 | 133.73 | 189.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 104 | 160 | 0 | 0.56 | 0.32 | 0.07 | 334.55 | 0.78 | 0.67 |
Hex | EC | 68 | A0 | 0 | 38 | 20 | 7 | 14F | 4E | 43 |
Octal | 354 | 150 | 240 | 0 | 70 | 40 | 7 | 517 | 116 | 103 |
Binary | 11101100 | 1101000 | 10100000 | 0 | 111000 | 100000 | 111 | 101001111 | 1001110 | 1000011 |
Color Harmonies of #EC68A0
Complementary color
Monochromatic Colors of #EC68A0
Black with #EC68A0
Text Example
Text Example
White with #EC68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68A0; }
p { color: rgb(236,104,160); }
H1.HeaderClassName
{
color: #EC68A0;
}
.AnyTagClassName
{
color: #EC68A0;
}
</style>
background-color css
<style>
a { background-color: #EC68A0; }
a { background-color: rgb(236,104,160); }
div.DivClassName
{
background-color: #EC68A0;
}
.BgClassName
{
background-color: #EC68A0;
}
</style>
border-color css
<style>
span { border-color: #EC68A0; }
span { border-color: rgb(236,104,160); }
td.TdClassName
{
border-color: #EC68A0;
}
.TagClassName
{
border-color: #EC68A0;
}
</style>