Shades of Pale Violet Red #E0769C
Tints of Pale Violet Red #E0769C
RGB
CMYK
RGB Variations
Color information
#E0769C (or 0xE0769C) is known color: Pale Violet Red. HEX triplet: E0, 76 and 9C. RGB value is (224,118,156). Sum of RGB (Red+Green+Blue) = 224+118+156=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0769C is #1F8963. Grayscale: #999999. Windows color (decimal): -2066788 or 10254048. OLE color: 10254048.
HSL color Cylindrical-coordinate representation of color #E0769C: hue angle of 338.49º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0769C is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 156 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.12 |
| HSL | 338.49º | 0.63% | 0.67% | - |
| HSV(B) | 338.49º | 0.47% | 0.88% | - |
| XYZ | 43.22 | 31.2 | 35.2 | - |
| YUV | 154.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 156 | 0 | 0.47 | 0.30 | 0.12 | 338.49 | 0.63 | 0.67 |
| Hex | E0 | 76 | 9C | 0 | 2F | 1E | C | 152 | 3F | 43 |
| Octal | 340 | 166 | 234 | 0 | 57 | 36 | 14 | 522 | 77 | 103 |
| Binary | 11100000 | 1110110 | 10011100 | 0 | 101111 | 11110 | 1100 | 101010010 | 111111 | 1000011 |
Color Harmonies of #E0769C
Complementary color
Monochromatic Colors of #E0769C
Black with #E0769C
Text Example
Text Example
White with #E0769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0769C; }
p { color: rgb(224,118,156); }
H1.HeaderClassName
{
color: #E0769C;
}
.AnyTagClassName
{
color: #E0769C;
}
</style>
background-color css
<style>
a { background-color: #E0769C; }
a { background-color: rgb(224,118,156); }
div.DivClassName
{
background-color: #E0769C;
}
.BgClassName
{
background-color: #E0769C;
}
</style>
border-color css
<style>
span { border-color: #E0769C; }
span { border-color: rgb(224,118,156); }
td.TdClassName
{
border-color: #E0769C;
}
.TagClassName
{
border-color: #E0769C;
}
</style>