Shades of Pale Violet Red #E075A1
Tints of Pale Violet Red #E075A1
RGB
CMYK
RGB Variations
Color information
#E075A1 (or 0xE075A1) is known color: Pale Violet Red. HEX triplet: E0, 75 and A1. RGB value is (224,117,161). Sum of RGB (Red+Green+Blue) = 224+117+161=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E075A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E075A1 is #1F8A5E. Grayscale: #999999. Windows color (decimal): -2067039 or 10581472. OLE color: 10581472.
HSL color Cylindrical-coordinate representation of color #E075A1: hue angle of 335.33º 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 #E075A1 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 161 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.12 |
| HSL | 335.33º | 0.63% | 0.67% | - |
| HSV(B) | 335.33º | 0.48% | 0.88% | - |
| XYZ | 43.53 | 31.14 | 37.43 | - |
| YUV | 154.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 161 | 0 | 0.48 | 0.28 | 0.12 | 335.33 | 0.63 | 0.67 |
| Hex | E0 | 75 | A1 | 0 | 30 | 1C | C | 14F | 3F | 43 |
| Octal | 340 | 165 | 241 | 0 | 60 | 34 | 14 | 517 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10100001 | 0 | 110000 | 11100 | 1100 | 101001111 | 111111 | 1000011 |
Color Harmonies of #E075A1
Complementary color
Monochromatic Colors of #E075A1
Black with #E075A1
Text Example
Text Example
White with #E075A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075A1; }
p { color: rgb(224,117,161); }
H1.HeaderClassName
{
color: #E075A1;
}
.AnyTagClassName
{
color: #E075A1;
}
</style>
background-color css
<style>
a { background-color: #E075A1; }
a { background-color: rgb(224,117,161); }
div.DivClassName
{
background-color: #E075A1;
}
.BgClassName
{
background-color: #E075A1;
}
</style>
border-color css
<style>
span { border-color: #E075A1; }
span { border-color: rgb(224,117,161); }
td.TdClassName
{
border-color: #E075A1;
}
.TagClassName
{
border-color: #E075A1;
}
</style>