Shades of Pale Violet Red #E26CAA
Tints of Pale Violet Red #E26CAA
RGB
CMYK
RGB Variations
Color information
#E26CAA (or 0xE26CAA) is known color: Pale Violet Red. HEX triplet: E2, 6C and AA. RGB value is (226,108,170). Sum of RGB (Red+Green+Blue) = 226+108+170=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26CAA is #1D9355. Grayscale: #969696. Windows color (decimal): -1938262 or 11168994. OLE color: 11168994.
HSL color Cylindrical-coordinate representation of color #E26CAA: hue angle of 328.47º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26CAA is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 170 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.11 |
| HSL | 328.47º | 0.67% | 0.65% | - |
| HSV(B) | 328.47º | 0.52% | 0.89% | - |
| XYZ | 43.98 | 29.8 | 41.46 | - |
| YUV | 150.35 | 139.09 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 170 | 0 | 0.52 | 0.25 | 0.11 | 328.47 | 0.67 | 0.65 |
| Hex | E2 | 6C | AA | 0 | 34 | 19 | B | 148 | 43 | 41 |
| Octal | 342 | 154 | 252 | 0 | 64 | 31 | 13 | 510 | 103 | 101 |
| Binary | 11100010 | 1101100 | 10101010 | 0 | 110100 | 11001 | 1011 | 101001000 | 1000011 | 1000001 |
Color Harmonies of #E26CAA
Complementary color
Monochromatic Colors of #E26CAA
Black with #E26CAA
Text Example
Text Example
White with #E26CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26CAA; }
p { color: rgb(226,108,170); }
H1.HeaderClassName
{
color: #E26CAA;
}
.AnyTagClassName
{
color: #E26CAA;
}
</style>
background-color css
<style>
a { background-color: #E26CAA; }
a { background-color: rgb(226,108,170); }
div.DivClassName
{
background-color: #E26CAA;
}
.BgClassName
{
background-color: #E26CAA;
}
</style>
border-color css
<style>
span { border-color: #E26CAA; }
span { border-color: rgb(226,108,170); }
td.TdClassName
{
border-color: #E26CAA;
}
.TagClassName
{
border-color: #E26CAA;
}
</style>