Shades of Pale Violet Red #E075AA
Tints of Pale Violet Red #E075AA
RGB
CMYK
RGB Variations
Color information
#E075AA (or 0xE075AA) is known color: Pale Violet Red. HEX triplet: E0, 75 and AA. RGB value is (224,117,170). Sum of RGB (Red+Green+Blue) = 224+117+170=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E075AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E075AA is #1F8A55. Grayscale: #9A9A9A. Windows color (decimal): -2067030 or 11171296. OLE color: 11171296.
HSL color Cylindrical-coordinate representation of color #E075AA: hue angle of 330.28º 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 #E075AA is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 170 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.12 |
| HSL | 330.28º | 0.63% | 0.67% | - |
| HSV(B) | 330.28º | 0.48% | 0.88% | - |
| XYZ | 44.36 | 31.47 | 41.77 | - |
| YUV | 155.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 170 | 0 | 0.48 | 0.24 | 0.12 | 330.28 | 0.63 | 0.67 |
| Hex | E0 | 75 | AA | 0 | 30 | 18 | C | 14A | 3F | 43 |
| Octal | 340 | 165 | 252 | 0 | 60 | 30 | 14 | 512 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10101010 | 0 | 110000 | 11000 | 1100 | 101001010 | 111111 | 1000011 |
Color Harmonies of #E075AA
Complementary color
Monochromatic Colors of #E075AA
Black with #E075AA
Text Example
Text Example
White with #E075AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075AA; }
p { color: rgb(224,117,170); }
H1.HeaderClassName
{
color: #E075AA;
}
.AnyTagClassName
{
color: #E075AA;
}
</style>
background-color css
<style>
a { background-color: #E075AA; }
a { background-color: rgb(224,117,170); }
div.DivClassName
{
background-color: #E075AA;
}
.BgClassName
{
background-color: #E075AA;
}
</style>
border-color css
<style>
span { border-color: #E075AA; }
span { border-color: rgb(224,117,170); }
td.TdClassName
{
border-color: #E075AA;
}
.TagClassName
{
border-color: #E075AA;
}
</style>