Shades of Pale Violet Red #E075AB
Tints of Pale Violet Red #E075AB
RGB
CMYK
RGB Variations
Color information
#E075AB (or 0xE075AB) is known color: Pale Violet Red. HEX triplet: E0, 75 and AB. RGB value is (224,117,171). Sum of RGB (Red+Green+Blue) = 224+117+171=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E075AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E075AB is #1F8A54. Grayscale: #9B9B9B. Windows color (decimal): -2067029 or 11236832. OLE color: 11236832.
HSL color Cylindrical-coordinate representation of color #E075AB: hue angle of 329.72º 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 #E075AB is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 171 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.12 |
| HSL | 329.72º | 0.63% | 0.67% | - |
| HSV(B) | 329.72º | 0.48% | 0.88% | - |
| XYZ | 44.45 | 31.51 | 42.27 | - |
| YUV | 155.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 171 | 0 | 0.48 | 0.24 | 0.12 | 329.72 | 0.63 | 0.67 |
| Hex | E0 | 75 | AB | 0 | 30 | 18 | C | 14A | 3F | 43 |
| Octal | 340 | 165 | 253 | 0 | 60 | 30 | 14 | 512 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10101011 | 0 | 110000 | 11000 | 1100 | 101001010 | 111111 | 1000011 |
Color Harmonies of #E075AB
Complementary color
Monochromatic Colors of #E075AB
Black with #E075AB
Text Example
Text Example
White with #E075AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075AB; }
p { color: rgb(224,117,171); }
H1.HeaderClassName
{
color: #E075AB;
}
.AnyTagClassName
{
color: #E075AB;
}
</style>
background-color css
<style>
a { background-color: #E075AB; }
a { background-color: rgb(224,117,171); }
div.DivClassName
{
background-color: #E075AB;
}
.BgClassName
{
background-color: #E075AB;
}
</style>
border-color css
<style>
span { border-color: #E075AB; }
span { border-color: rgb(224,117,171); }
td.TdClassName
{
border-color: #E075AB;
}
.TagClassName
{
border-color: #E075AB;
}
</style>