Shades of Pale Violet Red #E065A1
Tints of Pale Violet Red #E065A1
RGB
CMYK
RGB Variations
Color information
#E065A1 (or 0xE065A1) is known color: Pale Violet Red. HEX triplet: E0, 65 and A1. RGB value is (224,101,161). Sum of RGB (Red+Green+Blue) = 224+101+161=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E065A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E065A1 is #1F9A5E. Grayscale: #909090. Windows color (decimal): -2071135 or 10577376. OLE color: 10577376.
HSL color Cylindrical-coordinate representation of color #E065A1: hue angle of 330.73º 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 #E065A1 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 161 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.12 |
| HSL | 330.73º | 0.66% | 0.64% | - |
| HSV(B) | 330.73º | 0.55% | 0.88% | - |
| XYZ | 41.83 | 27.73 | 36.87 | - |
| YUV | 144.62 | 137.25 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 161 | 0 | 0.55 | 0.28 | 0.12 | 330.73 | 0.66 | 0.64 |
| Hex | E0 | 65 | A1 | 0 | 37 | 1C | C | 14B | 42 | 40 |
| Octal | 340 | 145 | 241 | 0 | 67 | 34 | 14 | 513 | 102 | 100 |
| Binary | 11100000 | 1100101 | 10100001 | 0 | 110111 | 11100 | 1100 | 101001011 | 1000010 | 1000000 |
Color Harmonies of #E065A1
Complementary color
Monochromatic Colors of #E065A1
Black with #E065A1
Text Example
Text Example
White with #E065A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065A1; }
p { color: rgb(224,101,161); }
H1.HeaderClassName
{
color: #E065A1;
}
.AnyTagClassName
{
color: #E065A1;
}
</style>
background-color css
<style>
a { background-color: #E065A1; }
a { background-color: rgb(224,101,161); }
div.DivClassName
{
background-color: #E065A1;
}
.BgClassName
{
background-color: #E065A1;
}
</style>
border-color css
<style>
span { border-color: #E065A1; }
span { border-color: rgb(224,101,161); }
td.TdClassName
{
border-color: #E065A1;
}
.TagClassName
{
border-color: #E065A1;
}
</style>