Shades of Pale Violet Red #E065A3
Tints of Pale Violet Red #E065A3
RGB
CMYK
RGB Variations
Color information
#E065A3 (or 0xE065A3) is known color: Pale Violet Red. HEX triplet: E0, 65 and A3. RGB value is (224,101,163). Sum of RGB (Red+Green+Blue) = 224+101+163=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E065A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E065A3 is #1F9A5C. Grayscale: #909090. Windows color (decimal): -2071133 or 10708448. OLE color: 10708448.
HSL color Cylindrical-coordinate representation of color #E065A3: hue angle of 329.76º 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 #E065A3 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 163 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.12 |
| HSL | 329.76º | 0.66% | 0.64% | - |
| HSV(B) | 329.76º | 0.55% | 0.88% | - |
| XYZ | 42.01 | 27.8 | 37.8 | - |
| YUV | 144.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 163 | 0 | 0.55 | 0.27 | 0.12 | 329.76 | 0.66 | 0.64 |
| Hex | E0 | 65 | A3 | 0 | 37 | 1B | C | 14A | 42 | 40 |
| Octal | 340 | 145 | 243 | 0 | 67 | 33 | 14 | 512 | 102 | 100 |
| Binary | 11100000 | 1100101 | 10100011 | 0 | 110111 | 11011 | 1100 | 101001010 | 1000010 | 1000000 |
Color Harmonies of #E065A3
Complementary color
Monochromatic Colors of #E065A3
Black with #E065A3
Text Example
Text Example
White with #E065A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065A3; }
p { color: rgb(224,101,163); }
H1.HeaderClassName
{
color: #E065A3;
}
.AnyTagClassName
{
color: #E065A3;
}
</style>
background-color css
<style>
a { background-color: #E065A3; }
a { background-color: rgb(224,101,163); }
div.DivClassName
{
background-color: #E065A3;
}
.BgClassName
{
background-color: #E065A3;
}
</style>
border-color css
<style>
span { border-color: #E065A3; }
span { border-color: rgb(224,101,163); }
td.TdClassName
{
border-color: #E065A3;
}
.TagClassName
{
border-color: #E065A3;
}
</style>