Shades of Pale Violet Red #E675A8
Tints of Pale Violet Red #E675A8
RGB
CMYK
RGB Variations
Color information
#E675A8 (or 0xE675A8) is known color: Pale Violet Red. HEX triplet: E6, 75 and A8. RGB value is (230,117,168). Sum of RGB (Red+Green+Blue) = 230+117+168=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E675A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E675A8 is #198A57. Grayscale: #9C9C9C. Windows color (decimal): -1673816 or 11040230. OLE color: 11040230.
HSL color Cylindrical-coordinate representation of color #E675A8: hue angle of 332.92º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E675A8 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 168 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.10 |
| HSL | 332.92º | 0.69% | 0.68% | - |
| HSV(B) | 332.92º | 0.49% | 0.9% | - |
| XYZ | 46.06 | 32.37 | 40.87 | - |
| YUV | 156.6 | 134.44 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 168 | 0 | 0.49 | 0.27 | 0.10 | 332.92 | 0.69 | 0.68 |
| Hex | E6 | 75 | A8 | 0 | 31 | 1B | A | 14D | 45 | 44 |
| Octal | 346 | 165 | 250 | 0 | 61 | 33 | 12 | 515 | 105 | 104 |
| Binary | 11100110 | 1110101 | 10101000 | 0 | 110001 | 11011 | 1010 | 101001101 | 1000101 | 1000100 |
Color Harmonies of #E675A8
Complementary color
Monochromatic Colors of #E675A8
Black with #E675A8
Text Example
Text Example
White with #E675A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675A8; }
p { color: rgb(230,117,168); }
H1.HeaderClassName
{
color: #E675A8;
}
.AnyTagClassName
{
color: #E675A8;
}
</style>
background-color css
<style>
a { background-color: #E675A8; }
a { background-color: rgb(230,117,168); }
div.DivClassName
{
background-color: #E675A8;
}
.BgClassName
{
background-color: #E675A8;
}
</style>
border-color css
<style>
span { border-color: #E675A8; }
span { border-color: rgb(230,117,168); }
td.TdClassName
{
border-color: #E675A8;
}
.TagClassName
{
border-color: #E675A8;
}
</style>