Shades of Pale Violet Red #E66294
Tints of Pale Violet Red #E66294
RGB
CMYK
RGB Variations
Color information
#E66294 (or 0xE66294) is known color: Pale Violet Red. HEX triplet: E6, 62 and 94. RGB value is (230,98,148). Sum of RGB (Red+Green+Blue) = 230+98+148=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E66294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66294 is #199D6B. Grayscale: #8F8F8F. Windows color (decimal): -1678700 or 9724646. OLE color: 9724646.
HSL color Cylindrical-coordinate representation of color #E66294: hue angle of 337.27º 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 #E66294 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 148 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.10 |
| HSL | 337.27º | 0.73% | 0.64% | - |
| HSV(B) | 337.27º | 0.57% | 0.9% | - |
| XYZ | 42.35 | 27.7 | 31.13 | - |
| YUV | 143.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 148 | 0 | 0.57 | 0.36 | 0.10 | 337.27 | 0.73 | 0.64 |
| Hex | E6 | 62 | 94 | 0 | 39 | 24 | A | 151 | 49 | 40 |
| Octal | 346 | 142 | 224 | 0 | 71 | 44 | 12 | 521 | 111 | 100 |
| Binary | 11100110 | 1100010 | 10010100 | 0 | 111001 | 100100 | 1010 | 101010001 | 1001001 | 1000000 |
Color Harmonies of #E66294
Complementary color
Monochromatic Colors of #E66294
Black with #E66294
Text Example
Text Example
White with #E66294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66294; }
p { color: rgb(230,98,148); }
H1.HeaderClassName
{
color: #E66294;
}
.AnyTagClassName
{
color: #E66294;
}
</style>
background-color css
<style>
a { background-color: #E66294; }
a { background-color: rgb(230,98,148); }
div.DivClassName
{
background-color: #E66294;
}
.BgClassName
{
background-color: #E66294;
}
</style>
border-color css
<style>
span { border-color: #E66294; }
span { border-color: rgb(230,98,148); }
td.TdClassName
{
border-color: #E66294;
}
.TagClassName
{
border-color: #E66294;
}
</style>