Shades of Pale Violet Red #E075A6
Tints of Pale Violet Red #E075A6
RGB
CMYK
RGB Variations
Color information
#E075A6 (or 0xE075A6) is known color: Pale Violet Red. HEX triplet: E0, 75 and A6. RGB value is (224,117,166). Sum of RGB (Red+Green+Blue) = 224+117+166=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E075A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E075A6 is #1F8A59. Grayscale: #9A9A9A. Windows color (decimal): -2067034 or 10909152. OLE color: 10909152.
HSL color Cylindrical-coordinate representation of color #E075A6: hue angle of 332.52º 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 #E075A6 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 166 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.12 |
| HSL | 332.52º | 0.63% | 0.67% | - |
| HSV(B) | 332.52º | 0.48% | 0.88% | - |
| XYZ | 43.98 | 31.32 | 39.8 | - |
| YUV | 154.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 166 | 0 | 0.48 | 0.26 | 0.12 | 332.52 | 0.63 | 0.67 |
| Hex | E0 | 75 | A6 | 0 | 30 | 1A | C | 14D | 3F | 43 |
| Octal | 340 | 165 | 246 | 0 | 60 | 32 | 14 | 515 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10100110 | 0 | 110000 | 11010 | 1100 | 101001101 | 111111 | 1000011 |
Color Harmonies of #E075A6
Complementary color
Monochromatic Colors of #E075A6
Black with #E075A6
Text Example
Text Example
White with #E075A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075A6; }
p { color: rgb(224,117,166); }
H1.HeaderClassName
{
color: #E075A6;
}
.AnyTagClassName
{
color: #E075A6;
}
</style>
background-color css
<style>
a { background-color: #E075A6; }
a { background-color: rgb(224,117,166); }
div.DivClassName
{
background-color: #E075A6;
}
.BgClassName
{
background-color: #E075A6;
}
</style>
border-color css
<style>
span { border-color: #E075A6; }
span { border-color: rgb(224,117,166); }
td.TdClassName
{
border-color: #E075A6;
}
.TagClassName
{
border-color: #E075A6;
}
</style>