Shades of Pale Violet Red #E0659E
Tints of Pale Violet Red #E0659E
RGB
CMYK
RGB Variations
Color information
#E0659E (or 0xE0659E) is known color: Pale Violet Red. HEX triplet: E0, 65 and 9E. RGB value is (224,101,158). Sum of RGB (Red+Green+Blue) = 224+101+158=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0659E is #1F9A61. Grayscale: #909090. Windows color (decimal): -2071138 or 10380768. OLE color: 10380768.
HSL color Cylindrical-coordinate representation of color #E0659E: hue angle of 332.2º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0659E is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 158 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.12 |
| HSL | 332.2º | 0.66% | 0.64% | - |
| HSV(B) | 332.2º | 0.55% | 0.88% | - |
| XYZ | 41.57 | 27.62 | 35.49 | - |
| YUV | 144.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 158 | 0 | 0.55 | 0.29 | 0.12 | 332.2 | 0.66 | 0.64 |
| Hex | E0 | 65 | 9E | 0 | 37 | 1D | C | 14C | 42 | 40 |
| Octal | 340 | 145 | 236 | 0 | 67 | 35 | 14 | 514 | 102 | 100 |
| Binary | 11100000 | 1100101 | 10011110 | 0 | 110111 | 11101 | 1100 | 101001100 | 1000010 | 1000000 |
Color Harmonies of #E0659E
Complementary color
Monochromatic Colors of #E0659E
Black with #E0659E
Text Example
Text Example
White with #E0659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0659E; }
p { color: rgb(224,101,158); }
H1.HeaderClassName
{
color: #E0659E;
}
.AnyTagClassName
{
color: #E0659E;
}
</style>
background-color css
<style>
a { background-color: #E0659E; }
a { background-color: rgb(224,101,158); }
div.DivClassName
{
background-color: #E0659E;
}
.BgClassName
{
background-color: #E0659E;
}
</style>
border-color css
<style>
span { border-color: #E0659E; }
span { border-color: rgb(224,101,158); }
td.TdClassName
{
border-color: #E0659E;
}
.TagClassName
{
border-color: #E0659E;
}
</style>