Shades of Pale Violet Red #E265A8
Tints of Pale Violet Red #E265A8
RGB
CMYK
RGB Variations
Color information
#E265A8 (or 0xE265A8) is known color: Pale Violet Red. HEX triplet: E2, 65 and A8. RGB value is (226,101,168). Sum of RGB (Red+Green+Blue) = 226+101+168=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E265A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E265A8 is #1D9A57. Grayscale: #919191. Windows color (decimal): -1940056 or 11036130. OLE color: 11036130.
HSL color Cylindrical-coordinate representation of color #E265A8: hue angle of 327.84º 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 #E265A8 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 168 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.11 |
| HSL | 327.84º | 0.68% | 0.64% | - |
| HSV(B) | 327.84º | 0.55% | 0.89% | - |
| XYZ | 43.09 | 28.3 | 40.24 | - |
| YUV | 146.01 | 140.41 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 168 | 0 | 0.55 | 0.26 | 0.11 | 327.84 | 0.68 | 0.64 |
| Hex | E2 | 65 | A8 | 0 | 37 | 1A | B | 148 | 44 | 40 |
| Octal | 342 | 145 | 250 | 0 | 67 | 32 | 13 | 510 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10101000 | 0 | 110111 | 11010 | 1011 | 101001000 | 1000100 | 1000000 |
Color Harmonies of #E265A8
Complementary color
Monochromatic Colors of #E265A8
Black with #E265A8
Text Example
Text Example
White with #E265A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265A8; }
p { color: rgb(226,101,168); }
H1.HeaderClassName
{
color: #E265A8;
}
.AnyTagClassName
{
color: #E265A8;
}
</style>
background-color css
<style>
a { background-color: #E265A8; }
a { background-color: rgb(226,101,168); }
div.DivClassName
{
background-color: #E265A8;
}
.BgClassName
{
background-color: #E265A8;
}
</style>
border-color css
<style>
span { border-color: #E265A8; }
span { border-color: rgb(226,101,168); }
td.TdClassName
{
border-color: #E265A8;
}
.TagClassName
{
border-color: #E265A8;
}
</style>