Shades of Pale Violet Red #E276A8
Tints of Pale Violet Red #E276A8
RGB
CMYK
RGB Variations
Color information
#E276A8 (or 0xE276A8) is known color: Pale Violet Red. HEX triplet: E2, 76 and A8. RGB value is (226,118,168). Sum of RGB (Red+Green+Blue) = 226+118+168=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E276A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E276A8 is #1D8957. Grayscale: #9B9B9B. Windows color (decimal): -1935704 or 11040482. OLE color: 11040482.
HSL color Cylindrical-coordinate representation of color #E276A8: hue angle of 332.22º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E276A8 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 168 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.11 |
| HSL | 332.22º | 0.65% | 0.67% | - |
| HSV(B) | 332.22º | 0.48% | 0.89% | - |
| XYZ | 44.91 | 31.95 | 40.85 | - |
| YUV | 155.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 168 | 0 | 0.48 | 0.26 | 0.11 | 332.22 | 0.65 | 0.67 |
| Hex | E2 | 76 | A8 | 0 | 30 | 1A | B | 14C | 41 | 43 |
| Octal | 342 | 166 | 250 | 0 | 60 | 32 | 13 | 514 | 101 | 103 |
| Binary | 11100010 | 1110110 | 10101000 | 0 | 110000 | 11010 | 1011 | 101001100 | 1000001 | 1000011 |
Color Harmonies of #E276A8
Complementary color
Monochromatic Colors of #E276A8
Black with #E276A8
Text Example
Text Example
White with #E276A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E276A8; }
p { color: rgb(226,118,168); }
H1.HeaderClassName
{
color: #E276A8;
}
.AnyTagClassName
{
color: #E276A8;
}
</style>
background-color css
<style>
a { background-color: #E276A8; }
a { background-color: rgb(226,118,168); }
div.DivClassName
{
background-color: #E276A8;
}
.BgClassName
{
background-color: #E276A8;
}
</style>
border-color css
<style>
span { border-color: #E276A8; }
span { border-color: rgb(226,118,168); }
td.TdClassName
{
border-color: #E276A8;
}
.TagClassName
{
border-color: #E276A8;
}
</style>