Shades of Pale Violet Red #E6609E
Tints of Pale Violet Red #E6609E
RGB
CMYK
RGB Variations
Color information
#E6609E (or 0xE6609E) is known color: Pale Violet Red. HEX triplet: E6, 60 and 9E. RGB value is (230,96,158). Sum of RGB (Red+Green+Blue) = 230+96+158=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6609E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6609E is #199F61. Grayscale: #8F8F8F. Windows color (decimal): -1679202 or 10379494. OLE color: 10379494.
HSL color Cylindrical-coordinate representation of color #E6609E: hue angle of 332.24º 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 #E6609E is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 158 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.10 |
| HSL | 332.24º | 0.73% | 0.64% | - |
| HSV(B) | 332.24º | 0.58% | 0.9% | - |
| XYZ | 42.99 | 27.66 | 35.42 | - |
| YUV | 143.13 | 136.39 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 158 | 0 | 0.58 | 0.31 | 0.10 | 332.24 | 0.73 | 0.64 |
| Hex | E6 | 60 | 9E | 0 | 3A | 1F | A | 14C | 49 | 40 |
| Octal | 346 | 140 | 236 | 0 | 72 | 37 | 12 | 514 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10011110 | 0 | 111010 | 11111 | 1010 | 101001100 | 1001001 | 1000000 |
Color Harmonies of #E6609E
Complementary color
Monochromatic Colors of #E6609E
Black with #E6609E
Text Example
Text Example
White with #E6609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6609E; }
p { color: rgb(230,96,158); }
H1.HeaderClassName
{
color: #E6609E;
}
.AnyTagClassName
{
color: #E6609E;
}
</style>
background-color css
<style>
a { background-color: #E6609E; }
a { background-color: rgb(230,96,158); }
div.DivClassName
{
background-color: #E6609E;
}
.BgClassName
{
background-color: #E6609E;
}
</style>
border-color css
<style>
span { border-color: #E6609E; }
span { border-color: rgb(230,96,158); }
td.TdClassName
{
border-color: #E6609E;
}
.TagClassName
{
border-color: #E6609E;
}
</style>