Shades of Pale Violet Red #E07792
Tints of Pale Violet Red #E07792
RGB
CMYK
RGB Variations
Color information
#E07792 (or 0xE07792) is known color: Pale Violet Red. HEX triplet: E0, 77 and 92. RGB value is (224,119,146). Sum of RGB (Red+Green+Blue) = 224+119+146=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E07792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07792 is #1F886D. Grayscale: #999999. Windows color (decimal): -2066542 or 9598944. OLE color: 9598944.
HSL color Cylindrical-coordinate representation of color #E07792: hue angle of 344.57º 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 #E07792 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 146 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.12 |
| HSL | 344.57º | 0.63% | 0.67% | - |
| HSV(B) | 344.57º | 0.47% | 0.88% | - |
| XYZ | 42.53 | 31.12 | 30.96 | - |
| YUV | 153.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 146 | 0 | 0.47 | 0.35 | 0.12 | 344.57 | 0.63 | 0.67 |
| Hex | E0 | 77 | 92 | 0 | 2F | 23 | C | 159 | 3F | 43 |
| Octal | 340 | 167 | 222 | 0 | 57 | 43 | 14 | 531 | 77 | 103 |
| Binary | 11100000 | 1110111 | 10010010 | 0 | 101111 | 100011 | 1100 | 101011001 | 111111 | 1000011 |
Color Harmonies of #E07792
Complementary color
Monochromatic Colors of #E07792
Black with #E07792
Text Example
Text Example
White with #E07792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07792; }
p { color: rgb(224,119,146); }
H1.HeaderClassName
{
color: #E07792;
}
.AnyTagClassName
{
color: #E07792;
}
</style>
background-color css
<style>
a { background-color: #E07792; }
a { background-color: rgb(224,119,146); }
div.DivClassName
{
background-color: #E07792;
}
.BgClassName
{
background-color: #E07792;
}
</style>
border-color css
<style>
span { border-color: #E07792; }
span { border-color: rgb(224,119,146); }
td.TdClassName
{
border-color: #E07792;
}
.TagClassName
{
border-color: #E07792;
}
</style>