Shades of Pale Violet Red #E66493
Tints of Pale Violet Red #E66493
RGB
CMYK
RGB Variations
Color information
#E66493 (or 0xE66493) is known color: Pale Violet Red. HEX triplet: E6, 64 and 93. RGB value is (230,100,147). Sum of RGB (Red+Green+Blue) = 230+100+147=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E66493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66493 is #199B6C. Grayscale: #909090. Windows color (decimal): -1678189 or 9659622. OLE color: 9659622.
HSL color Cylindrical-coordinate representation of color #E66493: hue angle of 338.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66493 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 147 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.10 |
| HSL | 338.31º | 0.72% | 0.65% | - |
| HSV(B) | 338.31º | 0.57% | 0.9% | - |
| XYZ | 42.46 | 28.04 | 30.78 | - |
| YUV | 144.23 | 129.57 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 147 | 0 | 0.57 | 0.36 | 0.10 | 338.31 | 0.72 | 0.65 |
| Hex | E6 | 64 | 93 | 0 | 39 | 24 | A | 152 | 48 | 41 |
| Octal | 346 | 144 | 223 | 0 | 71 | 44 | 12 | 522 | 110 | 101 |
| Binary | 11100110 | 1100100 | 10010011 | 0 | 111001 | 100100 | 1010 | 101010010 | 1001000 | 1000001 |
Color Harmonies of #E66493
Complementary color
Monochromatic Colors of #E66493
Black with #E66493
Text Example
Text Example
White with #E66493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66493; }
p { color: rgb(230,100,147); }
H1.HeaderClassName
{
color: #E66493;
}
.AnyTagClassName
{
color: #E66493;
}
</style>
background-color css
<style>
a { background-color: #E66493; }
a { background-color: rgb(230,100,147); }
div.DivClassName
{
background-color: #E66493;
}
.BgClassName
{
background-color: #E66493;
}
</style>
border-color css
<style>
span { border-color: #E66493; }
span { border-color: rgb(230,100,147); }
td.TdClassName
{
border-color: #E66493;
}
.TagClassName
{
border-color: #E66493;
}
</style>