Shades of Pale Violet Red #E866A4
Tints of Pale Violet Red #E866A4
RGB
CMYK
RGB Variations
Color information
#E866A4 (or 0xE866A4) is known color: Pale Violet Red. HEX triplet: E8, 66 and A4. RGB value is (232,102,164). Sum of RGB (Red+Green+Blue) = 232+102+164=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E866A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E866A4 is #17995B. Grayscale: #939393. Windows color (decimal): -1546588 or 10774248. OLE color: 10774248.
HSL color Cylindrical-coordinate representation of color #E866A4: hue angle of 331.38º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E866A4 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 164 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.09 |
| HSL | 331.38º | 0.74% | 0.65% | - |
| HSV(B) | 331.38º | 0.56% | 0.91% | - |
| XYZ | 44.73 | 29.34 | 38.43 | - |
| YUV | 147.94 | 137.07 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 164 | 0 | 0.56 | 0.29 | 0.09 | 331.38 | 0.74 | 0.65 |
| Hex | E8 | 66 | A4 | 0 | 38 | 1D | 9 | 14B | 4A | 41 |
| Octal | 350 | 146 | 244 | 0 | 70 | 35 | 11 | 513 | 112 | 101 |
| Binary | 11101000 | 1100110 | 10100100 | 0 | 111000 | 11101 | 1001 | 101001011 | 1001010 | 1000001 |
Color Harmonies of #E866A4
Complementary color
Monochromatic Colors of #E866A4
Black with #E866A4
Text Example
Text Example
White with #E866A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E866A4; }
p { color: rgb(232,102,164); }
H1.HeaderClassName
{
color: #E866A4;
}
.AnyTagClassName
{
color: #E866A4;
}
</style>
background-color css
<style>
a { background-color: #E866A4; }
a { background-color: rgb(232,102,164); }
div.DivClassName
{
background-color: #E866A4;
}
.BgClassName
{
background-color: #E866A4;
}
</style>
border-color css
<style>
span { border-color: #E866A4; }
span { border-color: rgb(232,102,164); }
td.TdClassName
{
border-color: #E866A4;
}
.TagClassName
{
border-color: #E866A4;
}
</style>