Shades of Pale Violet Red #E065A8
Tints of Pale Violet Red #E065A8
RGB
CMYK
RGB Variations
Color information
#E065A8 (or 0xE065A8) is known color: Pale Violet Red. HEX triplet: E0, 65 and A8. RGB value is (224,101,168). Sum of RGB (Red+Green+Blue) = 224+101+168=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E065A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E065A8 is #1F9A57. Grayscale: #919191. Windows color (decimal): -2071128 or 11036128. OLE color: 11036128.
HSL color Cylindrical-coordinate representation of color #E065A8: hue angle of 327.32º 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 #E065A8 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 168 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.12 |
| HSL | 327.32º | 0.66% | 0.64% | - |
| HSV(B) | 327.32º | 0.55% | 0.88% | - |
| XYZ | 42.46 | 27.98 | 40.21 | - |
| YUV | 145.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 168 | 0 | 0.55 | 0.25 | 0.12 | 327.32 | 0.66 | 0.64 |
| Hex | E0 | 65 | A8 | 0 | 37 | 19 | C | 147 | 42 | 40 |
| Octal | 340 | 145 | 250 | 0 | 67 | 31 | 14 | 507 | 102 | 100 |
| Binary | 11100000 | 1100101 | 10101000 | 0 | 110111 | 11001 | 1100 | 101000111 | 1000010 | 1000000 |
Color Harmonies of #E065A8
Complementary color
Monochromatic Colors of #E065A8
Black with #E065A8
Text Example
Text Example
White with #E065A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065A8; }
p { color: rgb(224,101,168); }
H1.HeaderClassName
{
color: #E065A8;
}
.AnyTagClassName
{
color: #E065A8;
}
</style>
background-color css
<style>
a { background-color: #E065A8; }
a { background-color: rgb(224,101,168); }
div.DivClassName
{
background-color: #E065A8;
}
.BgClassName
{
background-color: #E065A8;
}
</style>
border-color css
<style>
span { border-color: #E065A8; }
span { border-color: rgb(224,101,168); }
td.TdClassName
{
border-color: #E065A8;
}
.TagClassName
{
border-color: #E065A8;
}
</style>