Shades of Pale Violet Red #E267A8
Tints of Pale Violet Red #E267A8
RGB
CMYK
RGB Variations
Color information
#E267A8 (or 0xE267A8) is known color: Pale Violet Red. HEX triplet: E2, 67 and A8. RGB value is (226,103,168). Sum of RGB (Red+Green+Blue) = 226+103+168=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E267A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E267A8 is #1D9857. Grayscale: #939393. Windows color (decimal): -1939544 or 11036642. OLE color: 11036642.
HSL color Cylindrical-coordinate representation of color #E267A8: hue angle of 328.29º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E267A8 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 168 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.11 |
| HSL | 328.29º | 0.68% | 0.65% | - |
| HSV(B) | 328.29º | 0.54% | 0.89% | - |
| XYZ | 43.28 | 28.7 | 40.3 | - |
| YUV | 147.19 | 139.75 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 168 | 0 | 0.54 | 0.26 | 0.11 | 328.29 | 0.68 | 0.65 |
| Hex | E2 | 67 | A8 | 0 | 36 | 1A | B | 148 | 44 | 41 |
| Octal | 342 | 147 | 250 | 0 | 66 | 32 | 13 | 510 | 104 | 101 |
| Binary | 11100010 | 1100111 | 10101000 | 0 | 110110 | 11010 | 1011 | 101001000 | 1000100 | 1000001 |
Color Harmonies of #E267A8
Complementary color
Monochromatic Colors of #E267A8
Black with #E267A8
Text Example
Text Example
White with #E267A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E267A8; }
p { color: rgb(226,103,168); }
H1.HeaderClassName
{
color: #E267A8;
}
.AnyTagClassName
{
color: #E267A8;
}
</style>
background-color css
<style>
a { background-color: #E267A8; }
a { background-color: rgb(226,103,168); }
div.DivClassName
{
background-color: #E267A8;
}
.BgClassName
{
background-color: #E267A8;
}
</style>
border-color css
<style>
span { border-color: #E267A8; }
span { border-color: rgb(226,103,168); }
td.TdClassName
{
border-color: #E267A8;
}
.TagClassName
{
border-color: #E267A8;
}
</style>