Shades of Pale Violet Red #E262A8
Tints of Pale Violet Red #E262A8
RGB
CMYK
RGB Variations
Color information
#E262A8 (or 0xE262A8) is known color: Pale Violet Red. HEX triplet: E2, 62 and A8. RGB value is (226,98,168). Sum of RGB (Red+Green+Blue) = 226+98+168=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E262A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E262A8 is #1D9D57. Grayscale: #909090. Windows color (decimal): -1940824 or 11035362. OLE color: 11035362.
HSL color Cylindrical-coordinate representation of color #E262A8: hue angle of 327.19º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E262A8 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 168 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.11 |
| HSL | 327.19º | 0.69% | 0.64% | - |
| HSV(B) | 327.19º | 0.57% | 0.89% | - |
| XYZ | 42.8 | 27.73 | 40.14 | - |
| YUV | 144.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 168 | 0 | 0.57 | 0.26 | 0.11 | 327.19 | 0.69 | 0.64 |
| Hex | E2 | 62 | A8 | 0 | 39 | 1A | B | 147 | 45 | 40 |
| Octal | 342 | 142 | 250 | 0 | 71 | 32 | 13 | 507 | 105 | 100 |
| Binary | 11100010 | 1100010 | 10101000 | 0 | 111001 | 11010 | 1011 | 101000111 | 1000101 | 1000000 |
Color Harmonies of #E262A8
Complementary color
Monochromatic Colors of #E262A8
Black with #E262A8
Text Example
Text Example
White with #E262A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E262A8; }
p { color: rgb(226,98,168); }
H1.HeaderClassName
{
color: #E262A8;
}
.AnyTagClassName
{
color: #E262A8;
}
</style>
background-color css
<style>
a { background-color: #E262A8; }
a { background-color: rgb(226,98,168); }
div.DivClassName
{
background-color: #E262A8;
}
.BgClassName
{
background-color: #E262A8;
}
</style>
border-color css
<style>
span { border-color: #E262A8; }
span { border-color: rgb(226,98,168); }
td.TdClassName
{
border-color: #E262A8;
}
.TagClassName
{
border-color: #E262A8;
}
</style>