Shades of Pale Violet Red #E1769C
Tints of Pale Violet Red #E1769C
RGB
CMYK
RGB Variations
Color information
#E1769C (or 0xE1769C) is known color: Pale Violet Red. HEX triplet: E1, 76 and 9C. RGB value is (225,118,156). Sum of RGB (Red+Green+Blue) = 225+118+156=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1769C is #1E8963. Grayscale: #9A9A9A. Windows color (decimal): -2001252 or 10254049. OLE color: 10254049.
HSL color Cylindrical-coordinate representation of color #E1769C: hue angle of 338.69º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1769C is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 156 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.12 |
| HSL | 338.69º | 0.64% | 0.67% | - |
| HSV(B) | 338.69º | 0.48% | 0.88% | - |
| XYZ | 43.53 | 31.36 | 35.21 | - |
| YUV | 154.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 156 | 0 | 0.48 | 0.31 | 0.12 | 338.69 | 0.64 | 0.67 |
| Hex | E1 | 76 | 9C | 0 | 30 | 1F | C | 153 | 40 | 43 |
| Octal | 341 | 166 | 234 | 0 | 60 | 37 | 14 | 523 | 100 | 103 |
| Binary | 11100001 | 1110110 | 10011100 | 0 | 110000 | 11111 | 1100 | 101010011 | 1000000 | 1000011 |
Color Harmonies of #E1769C
Complementary color
Monochromatic Colors of #E1769C
Black with #E1769C
Text Example
Text Example
White with #E1769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1769C; }
p { color: rgb(225,118,156); }
H1.HeaderClassName
{
color: #E1769C;
}
.AnyTagClassName
{
color: #E1769C;
}
</style>
background-color css
<style>
a { background-color: #E1769C; }
a { background-color: rgb(225,118,156); }
div.DivClassName
{
background-color: #E1769C;
}
.BgClassName
{
background-color: #E1769C;
}
</style>
border-color css
<style>
span { border-color: #E1769C; }
span { border-color: rgb(225,118,156); }
td.TdClassName
{
border-color: #E1769C;
}
.TagClassName
{
border-color: #E1769C;
}
</style>