Shades of Pale Violet Red #E6619C
Tints of Pale Violet Red #E6619C
RGB
CMYK
RGB Variations
Color information
#E6619C (or 0xE6619C) is known color: Pale Violet Red. HEX triplet: E6, 61 and 9C. RGB value is (230,97,156). Sum of RGB (Red+Green+Blue) = 230+97+156=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6619C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6619C is #199E63. Grayscale: #8F8F8F. Windows color (decimal): -1678948 or 10248678. OLE color: 10248678.
HSL color Cylindrical-coordinate representation of color #E6619C: hue angle of 333.38º 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 #E6619C is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 156 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.10 |
| HSL | 333.38º | 0.73% | 0.64% | - |
| HSV(B) | 333.38º | 0.58% | 0.9% | - |
| XYZ | 42.91 | 27.77 | 34.55 | - |
| YUV | 143.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 156 | 0 | 0.58 | 0.32 | 0.10 | 333.38 | 0.73 | 0.64 |
| Hex | E6 | 61 | 9C | 0 | 3A | 20 | A | 14D | 49 | 40 |
| Octal | 346 | 141 | 234 | 0 | 72 | 40 | 12 | 515 | 111 | 100 |
| Binary | 11100110 | 1100001 | 10011100 | 0 | 111010 | 100000 | 1010 | 101001101 | 1001001 | 1000000 |
Color Harmonies of #E6619C
Complementary color
Monochromatic Colors of #E6619C
Black with #E6619C
Text Example
Text Example
White with #E6619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6619C; }
p { color: rgb(230,97,156); }
H1.HeaderClassName
{
color: #E6619C;
}
.AnyTagClassName
{
color: #E6619C;
}
</style>
background-color css
<style>
a { background-color: #E6619C; }
a { background-color: rgb(230,97,156); }
div.DivClassName
{
background-color: #E6619C;
}
.BgClassName
{
background-color: #E6619C;
}
</style>
border-color css
<style>
span { border-color: #E6619C; }
span { border-color: rgb(230,97,156); }
td.TdClassName
{
border-color: #E6619C;
}
.TagClassName
{
border-color: #E6619C;
}
</style>