Shades of Pale Violet Red #E65C9A
Tints of Pale Violet Red #E65C9A
RGB
CMYK
RGB Variations
Color information
#E65C9A (or 0xE65C9A) is known color: Pale Violet Red. HEX triplet: E6, 5C and 9A. RGB value is (230,92,154). Sum of RGB (Red+Green+Blue) = 230+92+154=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65C9A is #19A365. Grayscale: #8C8C8C. Windows color (decimal): -1680230 or 10116326. OLE color: 10116326.
HSL color Cylindrical-coordinate representation of color #E65C9A: hue angle of 333.04º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65C9A is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 154 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.10 |
| HSL | 333.04º | 0.73% | 0.63% | - |
| HSV(B) | 333.04º | 0.6% | 0.9% | - |
| XYZ | 42.29 | 26.81 | 33.52 | - |
| YUV | 140.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 154 | 0 | 0.60 | 0.33 | 0.10 | 333.04 | 0.73 | 0.63 |
| Hex | E6 | 5C | 9A | 0 | 3C | 21 | A | 14D | 49 | 3F |
| Octal | 346 | 134 | 232 | 0 | 74 | 41 | 12 | 515 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10011010 | 0 | 111100 | 100001 | 1010 | 101001101 | 1001001 | 111111 |
Color Harmonies of #E65C9A
Complementary color
Monochromatic Colors of #E65C9A
Black with #E65C9A
Text Example
Text Example
White with #E65C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C9A; }
p { color: rgb(230,92,154); }
H1.HeaderClassName
{
color: #E65C9A;
}
.AnyTagClassName
{
color: #E65C9A;
}
</style>
background-color css
<style>
a { background-color: #E65C9A; }
a { background-color: rgb(230,92,154); }
div.DivClassName
{
background-color: #E65C9A;
}
.BgClassName
{
background-color: #E65C9A;
}
</style>
border-color css
<style>
span { border-color: #E65C9A; }
span { border-color: rgb(230,92,154); }
td.TdClassName
{
border-color: #E65C9A;
}
.TagClassName
{
border-color: #E65C9A;
}
</style>