Shades of Pale Violet Red #E66B9C
Tints of Pale Violet Red #E66B9C
RGB
CMYK
RGB Variations
Color information
#E66B9C (or 0xE66B9C) is known color: Pale Violet Red. HEX triplet: E6, 6B and 9C. RGB value is (230,107,156). Sum of RGB (Red+Green+Blue) = 230+107+156=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E66B9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66B9C is #199463. Grayscale: #959595. Windows color (decimal): -1676388 or 10251238. OLE color: 10251238.
HSL color Cylindrical-coordinate representation of color #E66B9C: hue angle of 336.1º 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 #E66B9C is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 156 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.10 |
| HSL | 336.1º | 0.71% | 0.66% | - |
| HSV(B) | 336.1º | 0.53% | 0.9% | - |
| XYZ | 43.89 | 29.74 | 34.88 | - |
| YUV | 149.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 156 | 0 | 0.53 | 0.32 | 0.10 | 336.1 | 0.71 | 0.66 |
| Hex | E6 | 6B | 9C | 0 | 35 | 20 | A | 150 | 47 | 42 |
| Octal | 346 | 153 | 234 | 0 | 65 | 40 | 12 | 520 | 107 | 102 |
| Binary | 11100110 | 1101011 | 10011100 | 0 | 110101 | 100000 | 1010 | 101010000 | 1000111 | 1000010 |
Color Harmonies of #E66B9C
Complementary color
Monochromatic Colors of #E66B9C
Black with #E66B9C
Text Example
Text Example
White with #E66B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66B9C; }
p { color: rgb(230,107,156); }
H1.HeaderClassName
{
color: #E66B9C;
}
.AnyTagClassName
{
color: #E66B9C;
}
</style>
background-color css
<style>
a { background-color: #E66B9C; }
a { background-color: rgb(230,107,156); }
div.DivClassName
{
background-color: #E66B9C;
}
.BgClassName
{
background-color: #E66B9C;
}
</style>
border-color css
<style>
span { border-color: #E66B9C; }
span { border-color: rgb(230,107,156); }
td.TdClassName
{
border-color: #E66B9C;
}
.TagClassName
{
border-color: #E66B9C;
}
</style>