Shades of Pale Violet Red #E66892
Tints of Pale Violet Red #E66892
RGB
CMYK
RGB Variations
Color information
#E66892 (or 0xE66892) is known color: Pale Violet Red. HEX triplet: E6, 68 and 92. RGB value is (230,104,146). Sum of RGB (Red+Green+Blue) = 230+104+146=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E66892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66892 is #19976D. Grayscale: #929292. Windows color (decimal): -1677166 or 9595110. OLE color: 9595110.
HSL color Cylindrical-coordinate representation of color #E66892: hue angle of 340º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E66892 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 146 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.10 |
| HSL | 340º | 0.72% | 0.65% | - |
| HSV(B) | 340º | 0.55% | 0.9% | - |
| XYZ | 42.77 | 28.8 | 30.5 | - |
| YUV | 146.46 | 127.74 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 146 | 0 | 0.55 | 0.37 | 0.10 | 340 | 0.72 | 0.65 |
| Hex | E6 | 68 | 92 | 0 | 37 | 25 | A | 154 | 48 | 41 |
| Octal | 346 | 150 | 222 | 0 | 67 | 45 | 12 | 524 | 110 | 101 |
| Binary | 11100110 | 1101000 | 10010010 | 0 | 110111 | 100101 | 1010 | 101010100 | 1001000 | 1000001 |
Color Harmonies of #E66892
Complementary color
Monochromatic Colors of #E66892
Black with #E66892
Text Example
Text Example
White with #E66892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66892; }
p { color: rgb(230,104,146); }
H1.HeaderClassName
{
color: #E66892;
}
.AnyTagClassName
{
color: #E66892;
}
</style>
background-color css
<style>
a { background-color: #E66892; }
a { background-color: rgb(230,104,146); }
div.DivClassName
{
background-color: #E66892;
}
.BgClassName
{
background-color: #E66892;
}
</style>
border-color css
<style>
span { border-color: #E66892; }
span { border-color: rgb(230,104,146); }
td.TdClassName
{
border-color: #E66892;
}
.TagClassName
{
border-color: #E66892;
}
</style>