Shades of Pale Violet Red #E65C96
Tints of Pale Violet Red #E65C96
RGB
CMYK
RGB Variations
Color information
#E65C96 (or 0xE65C96) is known color: Pale Violet Red. HEX triplet: E6, 5C and 96. RGB value is (230,92,150). Sum of RGB (Red+Green+Blue) = 230+92+150=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65C96 is #19A369. Grayscale: #8B8B8B. Windows color (decimal): -1680234 or 9854182. OLE color: 9854182.
HSL color Cylindrical-coordinate representation of color #E65C96: hue angle of 334.78º 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 #E65C96 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 150 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.10 |
| HSL | 334.78º | 0.73% | 0.63% | - |
| HSV(B) | 334.78º | 0.6% | 0.9% | - |
| XYZ | 41.97 | 26.68 | 31.79 | - |
| YUV | 139.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 150 | 0 | 0.60 | 0.35 | 0.10 | 334.78 | 0.73 | 0.63 |
| Hex | E6 | 5C | 96 | 0 | 3C | 23 | A | 14F | 49 | 3F |
| Octal | 346 | 134 | 226 | 0 | 74 | 43 | 12 | 517 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10010110 | 0 | 111100 | 100011 | 1010 | 101001111 | 1001001 | 111111 |
Color Harmonies of #E65C96
Complementary color
Monochromatic Colors of #E65C96
Black with #E65C96
Text Example
Text Example
White with #E65C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C96; }
p { color: rgb(230,92,150); }
H1.HeaderClassName
{
color: #E65C96;
}
.AnyTagClassName
{
color: #E65C96;
}
</style>
background-color css
<style>
a { background-color: #E65C96; }
a { background-color: rgb(230,92,150); }
div.DivClassName
{
background-color: #E65C96;
}
.BgClassName
{
background-color: #E65C96;
}
</style>
border-color css
<style>
span { border-color: #E65C96; }
span { border-color: rgb(230,92,150); }
td.TdClassName
{
border-color: #E65C96;
}
.TagClassName
{
border-color: #E65C96;
}
</style>