Shades of Pale Violet Red #E66F98
Tints of Pale Violet Red #E66F98
RGB
CMYK
RGB Variations
Color information
#E66F98 (or 0xE66F98) is known color: Pale Violet Red. HEX triplet: E6, 6F and 98. RGB value is (230,111,152). Sum of RGB (Red+Green+Blue) = 230+111+152=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66F98 is #199067. Grayscale: #979797. Windows color (decimal): -1675368 or 9990118. OLE color: 9990118.
HSL color Cylindrical-coordinate representation of color #E66F98: hue angle of 339.33º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66F98 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 152 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.10 |
| HSL | 339.33º | 0.7% | 0.67% | - |
| HSV(B) | 339.33º | 0.52% | 0.9% | - |
| XYZ | 43.99 | 30.46 | 33.27 | - |
| YUV | 151.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 152 | 0 | 0.52 | 0.34 | 0.10 | 339.33 | 0.7 | 0.67 |
| Hex | E6 | 6F | 98 | 0 | 34 | 22 | A | 153 | 46 | 43 |
| Octal | 346 | 157 | 230 | 0 | 64 | 42 | 12 | 523 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10011000 | 0 | 110100 | 100010 | 1010 | 101010011 | 1000110 | 1000011 |
Color Harmonies of #E66F98
Complementary color
Monochromatic Colors of #E66F98
Black with #E66F98
Text Example
Text Example
White with #E66F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F98; }
p { color: rgb(230,111,152); }
H1.HeaderClassName
{
color: #E66F98;
}
.AnyTagClassName
{
color: #E66F98;
}
</style>
background-color css
<style>
a { background-color: #E66F98; }
a { background-color: rgb(230,111,152); }
div.DivClassName
{
background-color: #E66F98;
}
.BgClassName
{
background-color: #E66F98;
}
</style>
border-color css
<style>
span { border-color: #E66F98; }
span { border-color: rgb(230,111,152); }
td.TdClassName
{
border-color: #E66F98;
}
.TagClassName
{
border-color: #E66F98;
}
</style>