Shades of Pale Violet Red #E278A0
Tints of Pale Violet Red #E278A0
RGB
CMYK
RGB Variations
Color information
#E278A0 (or 0xE278A0) is known color: Pale Violet Red. HEX triplet: E2, 78 and A0. RGB value is (226,120,160). Sum of RGB (Red+Green+Blue) = 226+120+160=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E278A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E278A0 is #1D875F. Grayscale: #9C9C9C. Windows color (decimal): -1935200 or 10516706. OLE color: 10516706.
HSL color Cylindrical-coordinate representation of color #E278A0: hue angle of 337.36º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E278A0 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 160 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.11 |
| HSL | 337.36º | 0.65% | 0.68% | - |
| HSV(B) | 337.36º | 0.47% | 0.89% | - |
| XYZ | 44.43 | 32.14 | 37.12 | - |
| YUV | 156.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 160 | 0 | 0.47 | 0.29 | 0.11 | 337.36 | 0.65 | 0.68 |
| Hex | E2 | 78 | A0 | 0 | 2F | 1D | B | 151 | 41 | 44 |
| Octal | 342 | 170 | 240 | 0 | 57 | 35 | 13 | 521 | 101 | 104 |
| Binary | 11100010 | 1111000 | 10100000 | 0 | 101111 | 11101 | 1011 | 101010001 | 1000001 | 1000100 |
Color Harmonies of #E278A0
Complementary color
Monochromatic Colors of #E278A0
Black with #E278A0
Text Example
Text Example
White with #E278A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E278A0; }
p { color: rgb(226,120,160); }
H1.HeaderClassName
{
color: #E278A0;
}
.AnyTagClassName
{
color: #E278A0;
}
</style>
background-color css
<style>
a { background-color: #E278A0; }
a { background-color: rgb(226,120,160); }
div.DivClassName
{
background-color: #E278A0;
}
.BgClassName
{
background-color: #E278A0;
}
</style>
border-color css
<style>
span { border-color: #E278A0; }
span { border-color: rgb(226,120,160); }
td.TdClassName
{
border-color: #E278A0;
}
.TagClassName
{
border-color: #E278A0;
}
</style>