Shades of Pale Violet Red #E265A6
Tints of Pale Violet Red #E265A6
RGB
CMYK
RGB Variations
Color information
#E265A6 (or 0xE265A6) is known color: Pale Violet Red. HEX triplet: E2, 65 and A6. RGB value is (226,101,166). Sum of RGB (Red+Green+Blue) = 226+101+166=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E265A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E265A6 is #1D9A59. Grayscale: #919191. Windows color (decimal): -1940058 or 10905058. OLE color: 10905058.
HSL color Cylindrical-coordinate representation of color #E265A6: hue angle of 328.8º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E265A6 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 166 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.11 |
| HSL | 328.8º | 0.68% | 0.64% | - |
| HSV(B) | 328.8º | 0.55% | 0.89% | - |
| XYZ | 42.9 | 28.23 | 39.26 | - |
| YUV | 145.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 166 | 0 | 0.55 | 0.27 | 0.11 | 328.8 | 0.68 | 0.64 |
| Hex | E2 | 65 | A6 | 0 | 37 | 1B | B | 149 | 44 | 40 |
| Octal | 342 | 145 | 246 | 0 | 67 | 33 | 13 | 511 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10100110 | 0 | 110111 | 11011 | 1011 | 101001001 | 1000100 | 1000000 |
Color Harmonies of #E265A6
Complementary color
Monochromatic Colors of #E265A6
Black with #E265A6
Text Example
Text Example
White with #E265A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265A6; }
p { color: rgb(226,101,166); }
H1.HeaderClassName
{
color: #E265A6;
}
.AnyTagClassName
{
color: #E265A6;
}
</style>
background-color css
<style>
a { background-color: #E265A6; }
a { background-color: rgb(226,101,166); }
div.DivClassName
{
background-color: #E265A6;
}
.BgClassName
{
background-color: #E265A6;
}
</style>
border-color css
<style>
span { border-color: #E265A6; }
span { border-color: rgb(226,101,166); }
td.TdClassName
{
border-color: #E265A6;
}
.TagClassName
{
border-color: #E265A6;
}
</style>