Shades of Pale Violet Red #E07592
Tints of Pale Violet Red #E07592
RGB
CMYK
RGB Variations
Color information
#E07592 (or 0xE07592) is known color: Pale Violet Red. HEX triplet: E0, 75 and 92. RGB value is (224,117,146). Sum of RGB (Red+Green+Blue) = 224+117+146=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E07592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07592 is #1F8A6D. Grayscale: #989898. Windows color (decimal): -2067054 or 9598432. OLE color: 9598432.
HSL color Cylindrical-coordinate representation of color #E07592: hue angle of 343.74º degrees, saturation: 0.63, 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 #E07592 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 146 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.12 |
| HSL | 343.74º | 0.63% | 0.67% | - |
| HSV(B) | 343.74º | 0.48% | 0.88% | - |
| XYZ | 42.29 | 30.65 | 30.88 | - |
| YUV | 152.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 146 | 0 | 0.48 | 0.35 | 0.12 | 343.74 | 0.63 | 0.67 |
| Hex | E0 | 75 | 92 | 0 | 30 | 23 | C | 158 | 3F | 43 |
| Octal | 340 | 165 | 222 | 0 | 60 | 43 | 14 | 530 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10010010 | 0 | 110000 | 100011 | 1100 | 101011000 | 111111 | 1000011 |
Color Harmonies of #E07592
Complementary color
Monochromatic Colors of #E07592
Black with #E07592
Text Example
Text Example
White with #E07592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07592; }
p { color: rgb(224,117,146); }
H1.HeaderClassName
{
color: #E07592;
}
.AnyTagClassName
{
color: #E07592;
}
</style>
background-color css
<style>
a { background-color: #E07592; }
a { background-color: rgb(224,117,146); }
div.DivClassName
{
background-color: #E07592;
}
.BgClassName
{
background-color: #E07592;
}
</style>
border-color css
<style>
span { border-color: #E07592; }
span { border-color: rgb(224,117,146); }
td.TdClassName
{
border-color: #E07592;
}
.TagClassName
{
border-color: #E07592;
}
</style>