Shades of Pale Violet Red #E675A1
Tints of Pale Violet Red #E675A1
RGB
CMYK
RGB Variations
Color information
#E675A1 (or 0xE675A1) is known color: Pale Violet Red. HEX triplet: E6, 75 and A1. RGB value is (230,117,161). Sum of RGB (Red+Green+Blue) = 230+117+161=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E675A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E675A1 is #198A5E. Grayscale: #9B9B9B. Windows color (decimal): -1673823 or 10581478. OLE color: 10581478.
HSL color Cylindrical-coordinate representation of color #E675A1: hue angle of 336.64º 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 #E675A1 is Cyan = 0, Magento = 0.49, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 161 | - |
| CMYK | 0 | 0.49 | 0.3 | 0.10 |
| HSL | 336.64º | 0.69% | 0.68% | - |
| HSV(B) | 336.64º | 0.49% | 0.9% | - |
| XYZ | 45.43 | 32.12 | 37.52 | - |
| YUV | 155.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 161 | 0 | 0.49 | 0.3 | 0.10 | 336.64 | 0.69 | 0.68 |
| Hex | E6 | 75 | A1 | 0 | 31 | 1E | A | 151 | 45 | 44 |
| Octal | 346 | 165 | 241 | 0 | 61 | 36 | 12 | 521 | 105 | 104 |
| Binary | 11100110 | 1110101 | 10100001 | 0 | 110001 | 11110 | 1010 | 101010001 | 1000101 | 1000100 |
Color Harmonies of #E675A1
Complementary color
Monochromatic Colors of #E675A1
Black with #E675A1
Text Example
Text Example
White with #E675A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675A1; }
p { color: rgb(230,117,161); }
H1.HeaderClassName
{
color: #E675A1;
}
.AnyTagClassName
{
color: #E675A1;
}
</style>
background-color css
<style>
a { background-color: #E675A1; }
a { background-color: rgb(230,117,161); }
div.DivClassName
{
background-color: #E675A1;
}
.BgClassName
{
background-color: #E675A1;
}
</style>
border-color css
<style>
span { border-color: #E675A1; }
span { border-color: rgb(230,117,161); }
td.TdClassName
{
border-color: #E675A1;
}
.TagClassName
{
border-color: #E675A1;
}
</style>