Shades of Pale Violet Red #E66293
Tints of Pale Violet Red #E66293
RGB
CMYK
RGB Variations
Color information
#E66293 (or 0xE66293) is known color: Pale Violet Red. HEX triplet: E6, 62 and 93. RGB value is (230,98,147). Sum of RGB (Red+Green+Blue) = 230+98+147=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E66293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66293 is #199D6C. Grayscale: #8E8E8E. Windows color (decimal): -1678701 or 9659110. OLE color: 9659110.
HSL color Cylindrical-coordinate representation of color #E66293: hue angle of 337.73º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66293 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 147 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.10 |
| HSL | 337.73º | 0.73% | 0.64% | - |
| HSV(B) | 337.73º | 0.57% | 0.9% | - |
| XYZ | 42.27 | 27.66 | 30.72 | - |
| YUV | 143.05 | 130.23 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 147 | 0 | 0.57 | 0.36 | 0.10 | 337.73 | 0.73 | 0.64 |
| Hex | E6 | 62 | 93 | 0 | 39 | 24 | A | 152 | 49 | 40 |
| Octal | 346 | 142 | 223 | 0 | 71 | 44 | 12 | 522 | 111 | 100 |
| Binary | 11100110 | 1100010 | 10010011 | 0 | 111001 | 100100 | 1010 | 101010010 | 1001001 | 1000000 |
Color Harmonies of #E66293
Complementary color
Monochromatic Colors of #E66293
Black with #E66293
Text Example
Text Example
White with #E66293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66293; }
p { color: rgb(230,98,147); }
H1.HeaderClassName
{
color: #E66293;
}
.AnyTagClassName
{
color: #E66293;
}
</style>
background-color css
<style>
a { background-color: #E66293; }
a { background-color: rgb(230,98,147); }
div.DivClassName
{
background-color: #E66293;
}
.BgClassName
{
background-color: #E66293;
}
</style>
border-color css
<style>
span { border-color: #E66293; }
span { border-color: rgb(230,98,147); }
td.TdClassName
{
border-color: #E66293;
}
.TagClassName
{
border-color: #E66293;
}
</style>