Shades of Pale Violet Red #E074AB
Tints of Pale Violet Red #E074AB
RGB
CMYK
RGB Variations
Color information
#E074AB (or 0xE074AB) is known color: Pale Violet Red. HEX triplet: E0, 74 and AB. RGB value is (224,116,171). Sum of RGB (Red+Green+Blue) = 224+116+171=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E074AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E074AB is #1F8B54. Grayscale: #9A9A9A. Windows color (decimal): -2067285 or 11236576. OLE color: 11236576.
HSL color Cylindrical-coordinate representation of color #E074AB: hue angle of 329.44º degrees, saturation: 0.64, 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 #E074AB is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 171 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.12 |
| HSL | 329.44º | 0.64% | 0.67% | - |
| HSV(B) | 329.44º | 0.48% | 0.88% | - |
| XYZ | 44.34 | 31.28 | 42.23 | - |
| YUV | 154.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 171 | 0 | 0.48 | 0.24 | 0.12 | 329.44 | 0.64 | 0.67 |
| Hex | E0 | 74 | AB | 0 | 30 | 18 | C | 149 | 40 | 43 |
| Octal | 340 | 164 | 253 | 0 | 60 | 30 | 14 | 511 | 100 | 103 |
| Binary | 11100000 | 1110100 | 10101011 | 0 | 110000 | 11000 | 1100 | 101001001 | 1000000 | 1000011 |
Color Harmonies of #E074AB
Complementary color
Monochromatic Colors of #E074AB
Black with #E074AB
Text Example
Text Example
White with #E074AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074AB; }
p { color: rgb(224,116,171); }
H1.HeaderClassName
{
color: #E074AB;
}
.AnyTagClassName
{
color: #E074AB;
}
</style>
background-color css
<style>
a { background-color: #E074AB; }
a { background-color: rgb(224,116,171); }
div.DivClassName
{
background-color: #E074AB;
}
.BgClassName
{
background-color: #E074AB;
}
</style>
border-color css
<style>
span { border-color: #E074AB; }
span { border-color: rgb(224,116,171); }
td.TdClassName
{
border-color: #E074AB;
}
.TagClassName
{
border-color: #E074AB;
}
</style>