Shades of Pale Violet Red #E66F9A
Tints of Pale Violet Red #E66F9A
RGB
CMYK
RGB Variations
Color information
#E66F9A (or 0xE66F9A) is known color: Pale Violet Red. HEX triplet: E6, 6F and 9A. RGB value is (230,111,154). Sum of RGB (Red+Green+Blue) = 230+111+154=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66F9A is #199065. Grayscale: #979797. Windows color (decimal): -1675366 or 10121190. OLE color: 10121190.
HSL color Cylindrical-coordinate representation of color #E66F9A: hue angle of 338.32º 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 #E66F9A is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 154 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.10 |
| HSL | 338.32º | 0.7% | 0.67% | - |
| HSV(B) | 338.32º | 0.52% | 0.9% | - |
| XYZ | 44.15 | 30.52 | 34.14 | - |
| YUV | 151.48 | 129.42 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 154 | 0 | 0.52 | 0.33 | 0.10 | 338.32 | 0.7 | 0.67 |
| Hex | E6 | 6F | 9A | 0 | 34 | 21 | A | 152 | 46 | 43 |
| Octal | 346 | 157 | 232 | 0 | 64 | 41 | 12 | 522 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10011010 | 0 | 110100 | 100001 | 1010 | 101010010 | 1000110 | 1000011 |
Color Harmonies of #E66F9A
Complementary color
Monochromatic Colors of #E66F9A
Black with #E66F9A
Text Example
Text Example
White with #E66F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F9A; }
p { color: rgb(230,111,154); }
H1.HeaderClassName
{
color: #E66F9A;
}
.AnyTagClassName
{
color: #E66F9A;
}
</style>
background-color css
<style>
a { background-color: #E66F9A; }
a { background-color: rgb(230,111,154); }
div.DivClassName
{
background-color: #E66F9A;
}
.BgClassName
{
background-color: #E66F9A;
}
</style>
border-color css
<style>
span { border-color: #E66F9A; }
span { border-color: rgb(230,111,154); }
td.TdClassName
{
border-color: #E66F9A;
}
.TagClassName
{
border-color: #E66F9A;
}
</style>