Shades of Pale Violet Red #E66F9D
Tints of Pale Violet Red #E66F9D
RGB
CMYK
RGB Variations
Color information
#E66F9D (or 0xE66F9D) is known color: Pale Violet Red. HEX triplet: E6, 6F and 9D. RGB value is (230,111,157). Sum of RGB (Red+Green+Blue) = 230+111+157=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66F9D is #199062. Grayscale: #979797. Windows color (decimal): -1675363 or 10317798. OLE color: 10317798.
HSL color Cylindrical-coordinate representation of color #E66F9D: hue angle of 336.81º 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 #E66F9D is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 157 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.10 |
| HSL | 336.81º | 0.7% | 0.67% | - |
| HSV(B) | 336.81º | 0.52% | 0.9% | - |
| XYZ | 44.4 | 30.63 | 35.47 | - |
| YUV | 151.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 157 | 0 | 0.52 | 0.32 | 0.10 | 336.81 | 0.7 | 0.67 |
| Hex | E6 | 6F | 9D | 0 | 34 | 20 | A | 151 | 46 | 43 |
| Octal | 346 | 157 | 235 | 0 | 64 | 40 | 12 | 521 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10011101 | 0 | 110100 | 100000 | 1010 | 101010001 | 1000110 | 1000011 |
Color Harmonies of #E66F9D
Complementary color
Monochromatic Colors of #E66F9D
Black with #E66F9D
Text Example
Text Example
White with #E66F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F9D; }
p { color: rgb(230,111,157); }
H1.HeaderClassName
{
color: #E66F9D;
}
.AnyTagClassName
{
color: #E66F9D;
}
</style>
background-color css
<style>
a { background-color: #E66F9D; }
a { background-color: rgb(230,111,157); }
div.DivClassName
{
background-color: #E66F9D;
}
.BgClassName
{
background-color: #E66F9D;
}
</style>
border-color css
<style>
span { border-color: #E66F9D; }
span { border-color: rgb(230,111,157); }
td.TdClassName
{
border-color: #E66F9D;
}
.TagClassName
{
border-color: #E66F9D;
}
</style>