Shades of Pale Violet Red #E66CA7
Tints of Pale Violet Red #E66CA7
RGB
CMYK
RGB Variations
Color information
#E66CA7 (or 0xE66CA7) is known color: Pale Violet Red. HEX triplet: E6, 6C and A7. RGB value is (230,108,167). Sum of RGB (Red+Green+Blue) = 230+108+167=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66CA7 is #199358. Grayscale: #979797. Windows color (decimal): -1676121 or 10972390. OLE color: 10972390.
HSL color Cylindrical-coordinate representation of color #E66CA7: hue angle of 330.98º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66CA7 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 167 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.10 |
| HSL | 330.98º | 0.71% | 0.66% | - |
| HSV(B) | 330.98º | 0.53% | 0.9% | - |
| XYZ | 44.97 | 30.34 | 40.04 | - |
| YUV | 151.2 | 136.92 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 167 | 0 | 0.53 | 0.27 | 0.10 | 330.98 | 0.71 | 0.66 |
| Hex | E6 | 6C | A7 | 0 | 35 | 1B | A | 14B | 47 | 42 |
| Octal | 346 | 154 | 247 | 0 | 65 | 33 | 12 | 513 | 107 | 102 |
| Binary | 11100110 | 1101100 | 10100111 | 0 | 110101 | 11011 | 1010 | 101001011 | 1000111 | 1000010 |
Color Harmonies of #E66CA7
Complementary color
Monochromatic Colors of #E66CA7
Black with #E66CA7
Text Example
Text Example
White with #E66CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CA7; }
p { color: rgb(230,108,167); }
H1.HeaderClassName
{
color: #E66CA7;
}
.AnyTagClassName
{
color: #E66CA7;
}
</style>
background-color css
<style>
a { background-color: #E66CA7; }
a { background-color: rgb(230,108,167); }
div.DivClassName
{
background-color: #E66CA7;
}
.BgClassName
{
background-color: #E66CA7;
}
</style>
border-color css
<style>
span { border-color: #E66CA7; }
span { border-color: rgb(230,108,167); }
td.TdClassName
{
border-color: #E66CA7;
}
.TagClassName
{
border-color: #E66CA7;
}
</style>