Shades of Pale Violet Red #E66C98
Tints of Pale Violet Red #E66C98
RGB
CMYK
RGB Variations
Color information
#E66C98 (or 0xE66C98) is known color: Pale Violet Red. HEX triplet: E6, 6C and 98. RGB value is (230,108,152). Sum of RGB (Red+Green+Blue) = 230+108+152=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66C98 is #199367. Grayscale: #959595. Windows color (decimal): -1676136 or 9989350. OLE color: 9989350.
HSL color Cylindrical-coordinate representation of color #E66C98: hue angle of 338.36º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66C98 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 152 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.10 |
| HSL | 338.36º | 0.71% | 0.66% | - |
| HSV(B) | 338.36º | 0.53% | 0.9% | - |
| XYZ | 43.66 | 29.82 | 33.16 | - |
| YUV | 149.49 | 129.42 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 152 | 0 | 0.53 | 0.34 | 0.10 | 338.36 | 0.71 | 0.66 |
| Hex | E6 | 6C | 98 | 0 | 35 | 22 | A | 152 | 47 | 42 |
| Octal | 346 | 154 | 230 | 0 | 65 | 42 | 12 | 522 | 107 | 102 |
| Binary | 11100110 | 1101100 | 10011000 | 0 | 110101 | 100010 | 1010 | 101010010 | 1000111 | 1000010 |
Color Harmonies of #E66C98
Complementary color
Monochromatic Colors of #E66C98
Black with #E66C98
Text Example
Text Example
White with #E66C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C98; }
p { color: rgb(230,108,152); }
H1.HeaderClassName
{
color: #E66C98;
}
.AnyTagClassName
{
color: #E66C98;
}
</style>
background-color css
<style>
a { background-color: #E66C98; }
a { background-color: rgb(230,108,152); }
div.DivClassName
{
background-color: #E66C98;
}
.BgClassName
{
background-color: #E66C98;
}
</style>
border-color css
<style>
span { border-color: #E66C98; }
span { border-color: rgb(230,108,152); }
td.TdClassName
{
border-color: #E66C98;
}
.TagClassName
{
border-color: #E66C98;
}
</style>