Shades of Pale Violet Red #E263A6
Tints of Pale Violet Red #E263A6
RGB
CMYK
RGB Variations
Color information
#E263A6 (or 0xE263A6) is known color: Pale Violet Red. HEX triplet: E2, 63 and A6. RGB value is (226,99,166). Sum of RGB (Red+Green+Blue) = 226+99+166=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E263A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E263A6 is #1D9C59. Grayscale: #909090. Windows color (decimal): -1940570 or 10904546. OLE color: 10904546.
HSL color Cylindrical-coordinate representation of color #E263A6: hue angle of 328.35º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E263A6 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 166 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.11 |
| HSL | 328.35º | 0.69% | 0.64% | - |
| HSV(B) | 328.35º | 0.56% | 0.89% | - |
| XYZ | 42.71 | 27.85 | 39.2 | - |
| YUV | 144.61 | 140.08 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 166 | 0 | 0.56 | 0.27 | 0.11 | 328.35 | 0.69 | 0.64 |
| Hex | E2 | 63 | A6 | 0 | 38 | 1B | B | 148 | 45 | 40 |
| Octal | 342 | 143 | 246 | 0 | 70 | 33 | 13 | 510 | 105 | 100 |
| Binary | 11100010 | 1100011 | 10100110 | 0 | 111000 | 11011 | 1011 | 101001000 | 1000101 | 1000000 |
Color Harmonies of #E263A6
Complementary color
Monochromatic Colors of #E263A6
Black with #E263A6
Text Example
Text Example
White with #E263A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E263A6; }
p { color: rgb(226,99,166); }
H1.HeaderClassName
{
color: #E263A6;
}
.AnyTagClassName
{
color: #E263A6;
}
</style>
background-color css
<style>
a { background-color: #E263A6; }
a { background-color: rgb(226,99,166); }
div.DivClassName
{
background-color: #E263A6;
}
.BgClassName
{
background-color: #E263A6;
}
</style>
border-color css
<style>
span { border-color: #E263A6; }
span { border-color: rgb(226,99,166); }
td.TdClassName
{
border-color: #E263A6;
}
.TagClassName
{
border-color: #E263A6;
}
</style>