Shades of Pale Violet Red #E165A0
Tints of Pale Violet Red #E165A0
RGB
CMYK
RGB Variations
Color information
#E165A0 (or 0xE165A0) is known color: Pale Violet Red. HEX triplet: E1, 65 and A0. RGB value is (225,101,160). Sum of RGB (Red+Green+Blue) = 225+101+160=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E165A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E165A0 is #1E9A5F. Grayscale: #909090. Windows color (decimal): -2005600 or 10511841. OLE color: 10511841.
HSL color Cylindrical-coordinate representation of color #E165A0: hue angle of 331.45º 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 #E165A0 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 160 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.12 |
| HSL | 331.45º | 0.67% | 0.64% | - |
| HSV(B) | 331.45º | 0.55% | 0.88% | - |
| XYZ | 42.05 | 27.85 | 36.42 | - |
| YUV | 144.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 160 | 0 | 0.55 | 0.29 | 0.12 | 331.45 | 0.67 | 0.64 |
| Hex | E1 | 65 | A0 | 0 | 37 | 1D | C | 14B | 43 | 40 |
| Octal | 341 | 145 | 240 | 0 | 67 | 35 | 14 | 513 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10100000 | 0 | 110111 | 11101 | 1100 | 101001011 | 1000011 | 1000000 |
Color Harmonies of #E165A0
Complementary color
Monochromatic Colors of #E165A0
Black with #E165A0
Text Example
Text Example
White with #E165A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165A0; }
p { color: rgb(225,101,160); }
H1.HeaderClassName
{
color: #E165A0;
}
.AnyTagClassName
{
color: #E165A0;
}
</style>
background-color css
<style>
a { background-color: #E165A0; }
a { background-color: rgb(225,101,160); }
div.DivClassName
{
background-color: #E165A0;
}
.BgClassName
{
background-color: #E165A0;
}
</style>
border-color css
<style>
span { border-color: #E165A0; }
span { border-color: rgb(225,101,160); }
td.TdClassName
{
border-color: #E165A0;
}
.TagClassName
{
border-color: #E165A0;
}
</style>