Shades of Pale Violet Red #E6609F
Tints of Pale Violet Red #E6609F
RGB
CMYK
RGB Variations
Color information
#E6609F (or 0xE6609F) is known color: Pale Violet Red. HEX triplet: E6, 60 and 9F. RGB value is (230,96,159). Sum of RGB (Red+Green+Blue) = 230+96+159=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6609F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6609F is #199F60. Grayscale: #8F8F8F. Windows color (decimal): -1679201 or 10445030. OLE color: 10445030.
HSL color Cylindrical-coordinate representation of color #E6609F: hue angle of 331.79º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6609F is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 159 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.10 |
| HSL | 331.79º | 0.73% | 0.64% | - |
| HSV(B) | 331.79º | 0.58% | 0.9% | - |
| XYZ | 43.07 | 27.69 | 35.88 | - |
| YUV | 143.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 159 | 0 | 0.58 | 0.31 | 0.10 | 331.79 | 0.73 | 0.64 |
| Hex | E6 | 60 | 9F | 0 | 3A | 1F | A | 14C | 49 | 40 |
| Octal | 346 | 140 | 237 | 0 | 72 | 37 | 12 | 514 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10011111 | 0 | 111010 | 11111 | 1010 | 101001100 | 1001001 | 1000000 |
Color Harmonies of #E6609F
Complementary color
Monochromatic Colors of #E6609F
Black with #E6609F
Text Example
Text Example
White with #E6609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6609F; }
p { color: rgb(230,96,159); }
H1.HeaderClassName
{
color: #E6609F;
}
.AnyTagClassName
{
color: #E6609F;
}
</style>
background-color css
<style>
a { background-color: #E6609F; }
a { background-color: rgb(230,96,159); }
div.DivClassName
{
background-color: #E6609F;
}
.BgClassName
{
background-color: #E6609F;
}
</style>
border-color css
<style>
span { border-color: #E6609F; }
span { border-color: rgb(230,96,159); }
td.TdClassName
{
border-color: #E6609F;
}
.TagClassName
{
border-color: #E6609F;
}
</style>