Shades of Pale Violet Red #E2769C
Tints of Pale Violet Red #E2769C
RGB
CMYK
RGB Variations
Color information
#E2769C (or 0xE2769C) is known color: Pale Violet Red. HEX triplet: E2, 76 and 9C. RGB value is (226,118,156). Sum of RGB (Red+Green+Blue) = 226+118+156=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2769C is #1D8963. Grayscale: #9A9A9A. Windows color (decimal): -1935716 or 10254050. OLE color: 10254050.
HSL color Cylindrical-coordinate representation of color #E2769C: hue angle of 338.89º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2769C is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 156 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.11 |
| HSL | 338.89º | 0.65% | 0.67% | - |
| HSV(B) | 338.89º | 0.48% | 0.89% | - |
| XYZ | 43.84 | 31.53 | 35.23 | - |
| YUV | 154.62 | 128.78 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 156 | 0 | 0.48 | 0.31 | 0.11 | 338.89 | 0.65 | 0.67 |
| Hex | E2 | 76 | 9C | 0 | 30 | 1F | B | 153 | 41 | 43 |
| Octal | 342 | 166 | 234 | 0 | 60 | 37 | 13 | 523 | 101 | 103 |
| Binary | 11100010 | 1110110 | 10011100 | 0 | 110000 | 11111 | 1011 | 101010011 | 1000001 | 1000011 |
Color Harmonies of #E2769C
Complementary color
Monochromatic Colors of #E2769C
Black with #E2769C
Text Example
Text Example
White with #E2769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2769C; }
p { color: rgb(226,118,156); }
H1.HeaderClassName
{
color: #E2769C;
}
.AnyTagClassName
{
color: #E2769C;
}
</style>
background-color css
<style>
a { background-color: #E2769C; }
a { background-color: rgb(226,118,156); }
div.DivClassName
{
background-color: #E2769C;
}
.BgClassName
{
background-color: #E2769C;
}
</style>
border-color css
<style>
span { border-color: #E2769C; }
span { border-color: rgb(226,118,156); }
td.TdClassName
{
border-color: #E2769C;
}
.TagClassName
{
border-color: #E2769C;
}
</style>