Shades of Pale Violet Red #E66CA5
Tints of Pale Violet Red #E66CA5
RGB
CMYK
RGB Variations
Color information
#E66CA5 (or 0xE66CA5) is known color: Pale Violet Red. HEX triplet: E6, 6C and A5. RGB value is (230,108,165). Sum of RGB (Red+Green+Blue) = 230+108+165=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66CA5 is #19935A. Grayscale: #969696. Windows color (decimal): -1676123 or 10841318. OLE color: 10841318.
HSL color Cylindrical-coordinate representation of color #E66CA5: hue angle of 331.97º 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 #E66CA5 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 165 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.10 |
| HSL | 331.97º | 0.71% | 0.66% | - |
| HSV(B) | 331.97º | 0.53% | 0.9% | - |
| XYZ | 44.79 | 30.26 | 39.08 | - |
| YUV | 150.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 165 | 0 | 0.53 | 0.28 | 0.10 | 331.97 | 0.71 | 0.66 |
| Hex | E6 | 6C | A5 | 0 | 35 | 1C | A | 14C | 47 | 42 |
| Octal | 346 | 154 | 245 | 0 | 65 | 34 | 12 | 514 | 107 | 102 |
| Binary | 11100110 | 1101100 | 10100101 | 0 | 110101 | 11100 | 1010 | 101001100 | 1000111 | 1000010 |
Color Harmonies of #E66CA5
Complementary color
Monochromatic Colors of #E66CA5
Black with #E66CA5
Text Example
Text Example
White with #E66CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CA5; }
p { color: rgb(230,108,165); }
H1.HeaderClassName
{
color: #E66CA5;
}
.AnyTagClassName
{
color: #E66CA5;
}
</style>
background-color css
<style>
a { background-color: #E66CA5; }
a { background-color: rgb(230,108,165); }
div.DivClassName
{
background-color: #E66CA5;
}
.BgClassName
{
background-color: #E66CA5;
}
</style>
border-color css
<style>
span { border-color: #E66CA5; }
span { border-color: rgb(230,108,165); }
td.TdClassName
{
border-color: #E66CA5;
}
.TagClassName
{
border-color: #E66CA5;
}
</style>