Shades of Pale Violet Red #E6659A
Tints of Pale Violet Red #E6659A
RGB
CMYK
RGB Variations
Color information
#E6659A (or 0xE6659A) is known color: Pale Violet Red. HEX triplet: E6, 65 and 9A. RGB value is (230,101,154). Sum of RGB (Red+Green+Blue) = 230+101+154=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6659A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6659A is #199A65. Grayscale: #919191. Windows color (decimal): -1677926 or 10118630. OLE color: 10118630.
HSL color Cylindrical-coordinate representation of color #E6659A: hue angle of 335.35º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6659A is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 154 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.10 |
| HSL | 335.35º | 0.72% | 0.65% | - |
| HSV(B) | 335.35º | 0.56% | 0.9% | - |
| XYZ | 43.12 | 28.46 | 33.79 | - |
| YUV | 145.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 154 | 0 | 0.56 | 0.33 | 0.10 | 335.35 | 0.72 | 0.65 |
| Hex | E6 | 65 | 9A | 0 | 38 | 21 | A | 14F | 48 | 41 |
| Octal | 346 | 145 | 232 | 0 | 70 | 41 | 12 | 517 | 110 | 101 |
| Binary | 11100110 | 1100101 | 10011010 | 0 | 111000 | 100001 | 1010 | 101001111 | 1001000 | 1000001 |
Color Harmonies of #E6659A
Complementary color
Monochromatic Colors of #E6659A
Black with #E6659A
Text Example
Text Example
White with #E6659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6659A; }
p { color: rgb(230,101,154); }
H1.HeaderClassName
{
color: #E6659A;
}
.AnyTagClassName
{
color: #E6659A;
}
</style>
background-color css
<style>
a { background-color: #E6659A; }
a { background-color: rgb(230,101,154); }
div.DivClassName
{
background-color: #E6659A;
}
.BgClassName
{
background-color: #E6659A;
}
</style>
border-color css
<style>
span { border-color: #E6659A; }
span { border-color: rgb(230,101,154); }
td.TdClassName
{
border-color: #E6659A;
}
.TagClassName
{
border-color: #E6659A;
}
</style>