Shades of Pale Violet Red #E66A98
Tints of Pale Violet Red #E66A98
RGB
CMYK
RGB Variations
Color information
#E66A98 (or 0xE66A98) is known color: Pale Violet Red. HEX triplet: E6, 6A and 98. RGB value is (230,106,152). Sum of RGB (Red+Green+Blue) = 230+106+152=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66A98 is #199567. Grayscale: #949494. Windows color (decimal): -1676648 or 9988838. OLE color: 9988838.
HSL color Cylindrical-coordinate representation of color #E66A98: hue angle of 337.74º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66A98 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 152 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.10 |
| HSL | 337.74º | 0.71% | 0.66% | - |
| HSV(B) | 337.74º | 0.54% | 0.9% | - |
| XYZ | 43.45 | 29.4 | 33.09 | - |
| YUV | 148.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 152 | 0 | 0.54 | 0.34 | 0.10 | 337.74 | 0.71 | 0.66 |
| Hex | E6 | 6A | 98 | 0 | 36 | 22 | A | 152 | 47 | 42 |
| Octal | 346 | 152 | 230 | 0 | 66 | 42 | 12 | 522 | 107 | 102 |
| Binary | 11100110 | 1101010 | 10011000 | 0 | 110110 | 100010 | 1010 | 101010010 | 1000111 | 1000010 |
Color Harmonies of #E66A98
Complementary color
Monochromatic Colors of #E66A98
Black with #E66A98
Text Example
Text Example
White with #E66A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A98; }
p { color: rgb(230,106,152); }
H1.HeaderClassName
{
color: #E66A98;
}
.AnyTagClassName
{
color: #E66A98;
}
</style>
background-color css
<style>
a { background-color: #E66A98; }
a { background-color: rgb(230,106,152); }
div.DivClassName
{
background-color: #E66A98;
}
.BgClassName
{
background-color: #E66A98;
}
</style>
border-color css
<style>
span { border-color: #E66A98; }
span { border-color: rgb(230,106,152); }
td.TdClassName
{
border-color: #E66A98;
}
.TagClassName
{
border-color: #E66A98;
}
</style>