Shades of Pale Violet Red #E65F9E
Tints of Pale Violet Red #E65F9E
RGB
CMYK
RGB Variations
Color information
#E65F9E (or 0xE65F9E) is known color: Pale Violet Red. HEX triplet: E6, 5F and 9E. RGB value is (230,95,158). Sum of RGB (Red+Green+Blue) = 230+95+158=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65F9E is #19A061. Grayscale: #8E8E8E. Windows color (decimal): -1679458 or 10379238. OLE color: 10379238.
HSL color Cylindrical-coordinate representation of color #E65F9E: hue angle of 332º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65F9E is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 158 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.10 |
| HSL | 332º | 0.73% | 0.64% | - |
| HSV(B) | 332º | 0.59% | 0.9% | - |
| XYZ | 42.9 | 27.48 | 35.39 | - |
| YUV | 142.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 158 | 0 | 0.59 | 0.31 | 0.10 | 332 | 0.73 | 0.64 |
| Hex | E6 | 5F | 9E | 0 | 3B | 1F | A | 14C | 49 | 40 |
| Octal | 346 | 137 | 236 | 0 | 73 | 37 | 12 | 514 | 111 | 100 |
| Binary | 11100110 | 1011111 | 10011110 | 0 | 111011 | 11111 | 1010 | 101001100 | 1001001 | 1000000 |
Color Harmonies of #E65F9E
Complementary color
Monochromatic Colors of #E65F9E
Black with #E65F9E
Text Example
Text Example
White with #E65F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F9E; }
p { color: rgb(230,95,158); }
H1.HeaderClassName
{
color: #E65F9E;
}
.AnyTagClassName
{
color: #E65F9E;
}
</style>
background-color css
<style>
a { background-color: #E65F9E; }
a { background-color: rgb(230,95,158); }
div.DivClassName
{
background-color: #E65F9E;
}
.BgClassName
{
background-color: #E65F9E;
}
</style>
border-color css
<style>
span { border-color: #E65F9E; }
span { border-color: rgb(230,95,158); }
td.TdClassName
{
border-color: #E65F9E;
}
.TagClassName
{
border-color: #E65F9E;
}
</style>