Shades of Pale Violet Red #E670A8
Tints of Pale Violet Red #E670A8
RGB
CMYK
RGB Variations
Color information
#E670A8 (or 0xE670A8) is known color: Pale Violet Red. HEX triplet: E6, 70 and A8. RGB value is (230,112,168). Sum of RGB (Red+Green+Blue) = 230+112+168=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E670A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E670A8 is #198F57. Grayscale: #999999. Windows color (decimal): -1675096 or 11038950. OLE color: 11038950.
HSL color Cylindrical-coordinate representation of color #E670A8: hue angle of 331.53º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E670A8 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 168 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.10 |
| HSL | 331.53º | 0.7% | 0.67% | - |
| HSV(B) | 331.53º | 0.51% | 0.9% | - |
| XYZ | 45.5 | 31.24 | 40.68 | - |
| YUV | 153.67 | 136.09 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 168 | 0 | 0.51 | 0.27 | 0.10 | 331.53 | 0.7 | 0.67 |
| Hex | E6 | 70 | A8 | 0 | 33 | 1B | A | 14C | 46 | 43 |
| Octal | 346 | 160 | 250 | 0 | 63 | 33 | 12 | 514 | 106 | 103 |
| Binary | 11100110 | 1110000 | 10101000 | 0 | 110011 | 11011 | 1010 | 101001100 | 1000110 | 1000011 |
Color Harmonies of #E670A8
Complementary color
Monochromatic Colors of #E670A8
Black with #E670A8
Text Example
Text Example
White with #E670A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E670A8; }
p { color: rgb(230,112,168); }
H1.HeaderClassName
{
color: #E670A8;
}
.AnyTagClassName
{
color: #E670A8;
}
</style>
background-color css
<style>
a { background-color: #E670A8; }
a { background-color: rgb(230,112,168); }
div.DivClassName
{
background-color: #E670A8;
}
.BgClassName
{
background-color: #E670A8;
}
</style>
border-color css
<style>
span { border-color: #E670A8; }
span { border-color: rgb(230,112,168); }
td.TdClassName
{
border-color: #E670A8;
}
.TagClassName
{
border-color: #E670A8;
}
</style>