Shades of Pale Violet Red #E0648E
Tints of Pale Violet Red #E0648E
RGB
CMYK
RGB Variations
Color information
#E0648E (or 0xE0648E) is known color: Pale Violet Red. HEX triplet: E0, 64 and 8E. RGB value is (224,100,142). Sum of RGB (Red+Green+Blue) = 224+100+142=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0648E is #1F9B71. Grayscale: #8D8D8D. Windows color (decimal): -2071410 or 9331936. OLE color: 9331936.
HSL color Cylindrical-coordinate representation of color #E0648E: hue angle of 339.68º degrees, saturation: 0.67, 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 #E0648E is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 142 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.12 |
| HSL | 339.68º | 0.67% | 0.64% | - |
| HSV(B) | 339.68º | 0.55% | 0.88% | - |
| XYZ | 40.18 | 26.91 | 28.67 | - |
| YUV | 141.86 | 128.08 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 142 | 0 | 0.55 | 0.37 | 0.12 | 339.68 | 0.67 | 0.64 |
| Hex | E0 | 64 | 8E | 0 | 37 | 25 | C | 154 | 43 | 40 |
| Octal | 340 | 144 | 216 | 0 | 67 | 45 | 14 | 524 | 103 | 100 |
| Binary | 11100000 | 1100100 | 10001110 | 0 | 110111 | 100101 | 1100 | 101010100 | 1000011 | 1000000 |
Color Harmonies of #E0648E
Complementary color
Monochromatic Colors of #E0648E
Black with #E0648E
Text Example
Text Example
White with #E0648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0648E; }
p { color: rgb(224,100,142); }
H1.HeaderClassName
{
color: #E0648E;
}
.AnyTagClassName
{
color: #E0648E;
}
</style>
background-color css
<style>
a { background-color: #E0648E; }
a { background-color: rgb(224,100,142); }
div.DivClassName
{
background-color: #E0648E;
}
.BgClassName
{
background-color: #E0648E;
}
</style>
border-color css
<style>
span { border-color: #E0648E; }
span { border-color: rgb(224,100,142); }
td.TdClassName
{
border-color: #E0648E;
}
.TagClassName
{
border-color: #E0648E;
}
</style>