Shades of Pale Violet Red #E06CAB
Tints of Pale Violet Red #E06CAB
RGB
CMYK
RGB Variations
Color information
#E06CAB (or 0xE06CAB) is known color: Pale Violet Red. HEX triplet: E0, 6C and AB. RGB value is (224,108,171). Sum of RGB (Red+Green+Blue) = 224+108+171=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06CAB is #1F9354. Grayscale: #959595. Windows color (decimal): -2069333 or 11234528. OLE color: 11234528.
HSL color Cylindrical-coordinate representation of color #E06CAB: hue angle of 327.41º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06CAB is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 171 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.12 |
| HSL | 327.41º | 0.65% | 0.65% | - |
| HSV(B) | 327.41º | 0.52% | 0.88% | - |
| XYZ | 43.45 | 29.51 | 41.93 | - |
| YUV | 149.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 171 | 0 | 0.52 | 0.24 | 0.12 | 327.41 | 0.65 | 0.65 |
| Hex | E0 | 6C | AB | 0 | 34 | 18 | C | 147 | 41 | 41 |
| Octal | 340 | 154 | 253 | 0 | 64 | 30 | 14 | 507 | 101 | 101 |
| Binary | 11100000 | 1101100 | 10101011 | 0 | 110100 | 11000 | 1100 | 101000111 | 1000001 | 1000001 |
Color Harmonies of #E06CAB
Complementary color
Monochromatic Colors of #E06CAB
Black with #E06CAB
Text Example
Text Example
White with #E06CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CAB; }
p { color: rgb(224,108,171); }
H1.HeaderClassName
{
color: #E06CAB;
}
.AnyTagClassName
{
color: #E06CAB;
}
</style>
background-color css
<style>
a { background-color: #E06CAB; }
a { background-color: rgb(224,108,171); }
div.DivClassName
{
background-color: #E06CAB;
}
.BgClassName
{
background-color: #E06CAB;
}
</style>
border-color css
<style>
span { border-color: #E06CAB; }
span { border-color: rgb(224,108,171); }
td.TdClassName
{
border-color: #E06CAB;
}
.TagClassName
{
border-color: #E06CAB;
}
</style>