Shades of Pale Violet Red #E66F9C
Tints of Pale Violet Red #E66F9C
RGB
CMYK
RGB Variations
Color information
#E66F9C (or 0xE66F9C) is known color: Pale Violet Red. HEX triplet: E6, 6F and 9C. RGB value is (230,111,156). Sum of RGB (Red+Green+Blue) = 230+111+156=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66F9C is #199063. Grayscale: #979797. Windows color (decimal): -1675364 or 10252262. OLE color: 10252262.
HSL color Cylindrical-coordinate representation of color #E66F9C: hue angle of 337.31º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66F9C is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 156 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.10 |
| HSL | 337.31º | 0.7% | 0.67% | - |
| HSV(B) | 337.31º | 0.52% | 0.9% | - |
| XYZ | 44.32 | 30.59 | 35.02 | - |
| YUV | 151.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 156 | 0 | 0.52 | 0.32 | 0.10 | 337.31 | 0.7 | 0.67 |
| Hex | E6 | 6F | 9C | 0 | 34 | 20 | A | 151 | 46 | 43 |
| Octal | 346 | 157 | 234 | 0 | 64 | 40 | 12 | 521 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10011100 | 0 | 110100 | 100000 | 1010 | 101010001 | 1000110 | 1000011 |
Color Harmonies of #E66F9C
Complementary color
Monochromatic Colors of #E66F9C
Black with #E66F9C
Text Example
Text Example
White with #E66F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F9C; }
p { color: rgb(230,111,156); }
H1.HeaderClassName
{
color: #E66F9C;
}
.AnyTagClassName
{
color: #E66F9C;
}
</style>
background-color css
<style>
a { background-color: #E66F9C; }
a { background-color: rgb(230,111,156); }
div.DivClassName
{
background-color: #E66F9C;
}
.BgClassName
{
background-color: #E66F9C;
}
</style>
border-color css
<style>
span { border-color: #E66F9C; }
span { border-color: rgb(230,111,156); }
td.TdClassName
{
border-color: #E66F9C;
}
.TagClassName
{
border-color: #E66F9C;
}
</style>