Shades of Pale Violet Red #E061A8
Tints of Pale Violet Red #E061A8
RGB
CMYK
RGB Variations
Color information
#E061A8 (or 0xE061A8) is known color: Pale Violet Red. HEX triplet: E0, 61 and A8. RGB value is (224,97,168). Sum of RGB (Red+Green+Blue) = 224+97+168=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E061A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E061A8 is #1F9E57. Grayscale: #8E8E8E. Windows color (decimal): -2072152 or 11035104. OLE color: 11035104.
HSL color Cylindrical-coordinate representation of color #E061A8: hue angle of 326.46º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E061A8 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 168 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.12 |
| HSL | 326.46º | 0.67% | 0.63% | - |
| HSV(B) | 326.46º | 0.57% | 0.88% | - |
| XYZ | 42.08 | 27.22 | 40.08 | - |
| YUV | 143.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 168 | 0 | 0.57 | 0.25 | 0.12 | 326.46 | 0.67 | 0.63 |
| Hex | E0 | 61 | A8 | 0 | 39 | 19 | C | 146 | 43 | 3F |
| Octal | 340 | 141 | 250 | 0 | 71 | 31 | 14 | 506 | 103 | 77 |
| Binary | 11100000 | 1100001 | 10101000 | 0 | 111001 | 11001 | 1100 | 101000110 | 1000011 | 111111 |
Color Harmonies of #E061A8
Complementary color
Monochromatic Colors of #E061A8
Black with #E061A8
Text Example
Text Example
White with #E061A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E061A8; }
p { color: rgb(224,97,168); }
H1.HeaderClassName
{
color: #E061A8;
}
.AnyTagClassName
{
color: #E061A8;
}
</style>
background-color css
<style>
a { background-color: #E061A8; }
a { background-color: rgb(224,97,168); }
div.DivClassName
{
background-color: #E061A8;
}
.BgClassName
{
background-color: #E061A8;
}
</style>
border-color css
<style>
span { border-color: #E061A8; }
span { border-color: rgb(224,97,168); }
td.TdClassName
{
border-color: #E061A8;
}
.TagClassName
{
border-color: #E061A8;
}
</style>