Shades of Pale Violet Red #E6609D
Tints of Pale Violet Red #E6609D
RGB
CMYK
RGB Variations
Color information
#E6609D (or 0xE6609D) is known color: Pale Violet Red. HEX triplet: E6, 60 and 9D. RGB value is (230,96,157). Sum of RGB (Red+Green+Blue) = 230+96+157=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6609D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6609D is #199F62. Grayscale: #8E8E8E. Windows color (decimal): -1679203 or 10313958. OLE color: 10313958.
HSL color Cylindrical-coordinate representation of color #E6609D: hue angle of 332.69º 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 #E6609D is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 157 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.10 |
| HSL | 332.69º | 0.73% | 0.64% | - |
| HSV(B) | 332.69º | 0.58% | 0.9% | - |
| XYZ | 42.9 | 27.62 | 34.97 | - |
| YUV | 143.02 | 135.89 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 157 | 0 | 0.58 | 0.32 | 0.10 | 332.69 | 0.73 | 0.64 |
| Hex | E6 | 60 | 9D | 0 | 3A | 20 | A | 14D | 49 | 40 |
| Octal | 346 | 140 | 235 | 0 | 72 | 40 | 12 | 515 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10011101 | 0 | 111010 | 100000 | 1010 | 101001101 | 1001001 | 1000000 |
Color Harmonies of #E6609D
Complementary color
Monochromatic Colors of #E6609D
Black with #E6609D
Text Example
Text Example
White with #E6609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6609D; }
p { color: rgb(230,96,157); }
H1.HeaderClassName
{
color: #E6609D;
}
.AnyTagClassName
{
color: #E6609D;
}
</style>
background-color css
<style>
a { background-color: #E6609D; }
a { background-color: rgb(230,96,157); }
div.DivClassName
{
background-color: #E6609D;
}
.BgClassName
{
background-color: #E6609D;
}
</style>
border-color css
<style>
span { border-color: #E6609D; }
span { border-color: rgb(230,96,157); }
td.TdClassName
{
border-color: #E6609D;
}
.TagClassName
{
border-color: #E6609D;
}
</style>