Shades of Pale Violet Red #E165A8
Tints of Pale Violet Red #E165A8
RGB
CMYK
RGB Variations
Color information
#E165A8 (or 0xE165A8) is known color: Pale Violet Red. HEX triplet: E1, 65 and A8. RGB value is (225,101,168). Sum of RGB (Red+Green+Blue) = 225+101+168=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E165A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E165A8 is #1E9A57. Grayscale: #919191. Windows color (decimal): -2005592 or 11036129. OLE color: 11036129.
HSL color Cylindrical-coordinate representation of color #E165A8: hue angle of 327.58º 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 #E165A8 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 168 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.12 |
| HSL | 327.58º | 0.67% | 0.64% | - |
| HSV(B) | 327.58º | 0.55% | 0.88% | - |
| XYZ | 42.77 | 28.14 | 40.22 | - |
| YUV | 145.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 168 | 0 | 0.55 | 0.25 | 0.12 | 327.58 | 0.67 | 0.64 |
| Hex | E1 | 65 | A8 | 0 | 37 | 19 | C | 148 | 43 | 40 |
| Octal | 341 | 145 | 250 | 0 | 67 | 31 | 14 | 510 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10101000 | 0 | 110111 | 11001 | 1100 | 101001000 | 1000011 | 1000000 |
Color Harmonies of #E165A8
Complementary color
Monochromatic Colors of #E165A8
Black with #E165A8
Text Example
Text Example
White with #E165A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165A8; }
p { color: rgb(225,101,168); }
H1.HeaderClassName
{
color: #E165A8;
}
.AnyTagClassName
{
color: #E165A8;
}
</style>
background-color css
<style>
a { background-color: #E165A8; }
a { background-color: rgb(225,101,168); }
div.DivClassName
{
background-color: #E165A8;
}
.BgClassName
{
background-color: #E165A8;
}
</style>
border-color css
<style>
span { border-color: #E165A8; }
span { border-color: rgb(225,101,168); }
td.TdClassName
{
border-color: #E165A8;
}
.TagClassName
{
border-color: #E165A8;
}
</style>