Shades of Pale Violet Red #E0709A
Tints of Pale Violet Red #E0709A
RGB
CMYK
RGB Variations
Color information
#E0709A (or 0xE0709A) is known color: Pale Violet Red. HEX triplet: E0, 70 and 9A. RGB value is (224,112,154). Sum of RGB (Red+Green+Blue) = 224+112+154=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0709A is #1F8F65. Grayscale: #969696. Windows color (decimal): -2068326 or 10121440. OLE color: 10121440.
HSL color Cylindrical-coordinate representation of color #E0709A: hue angle of 337.5º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0709A is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 154 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.12 |
| HSL | 337.5º | 0.64% | 0.66% | - |
| HSV(B) | 337.5º | 0.5% | 0.88% | - |
| XYZ | 42.37 | 29.77 | 34.08 | - |
| YUV | 150.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 154 | 0 | 0.50 | 0.31 | 0.12 | 337.5 | 0.64 | 0.66 |
| Hex | E0 | 70 | 9A | 0 | 32 | 1F | C | 152 | 40 | 42 |
| Octal | 340 | 160 | 232 | 0 | 62 | 37 | 14 | 522 | 100 | 102 |
| Binary | 11100000 | 1110000 | 10011010 | 0 | 110010 | 11111 | 1100 | 101010010 | 1000000 | 1000010 |
Color Harmonies of #E0709A
Complementary color
Monochromatic Colors of #E0709A
Black with #E0709A
Text Example
Text Example
White with #E0709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0709A; }
p { color: rgb(224,112,154); }
H1.HeaderClassName
{
color: #E0709A;
}
.AnyTagClassName
{
color: #E0709A;
}
</style>
background-color css
<style>
a { background-color: #E0709A; }
a { background-color: rgb(224,112,154); }
div.DivClassName
{
background-color: #E0709A;
}
.BgClassName
{
background-color: #E0709A;
}
</style>
border-color css
<style>
span { border-color: #E0709A; }
span { border-color: rgb(224,112,154); }
td.TdClassName
{
border-color: #E0709A;
}
.TagClassName
{
border-color: #E0709A;
}
</style>