Shades of Pale Violet Red #E274AA
Tints of Pale Violet Red #E274AA
RGB
CMYK
RGB Variations
Color information
#E274AA (or 0xE274AA) is known color: Pale Violet Red. HEX triplet: E2, 74 and AA. RGB value is (226,116,170). Sum of RGB (Red+Green+Blue) = 226+116+170=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E274AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E274AA is #1D8B55. Grayscale: #9A9A9A. Windows color (decimal): -1936214 or 11171042. OLE color: 11171042.
HSL color Cylindrical-coordinate representation of color #E274AA: hue angle of 330.55º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E274AA is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 170 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.11 |
| HSL | 330.55º | 0.65% | 0.67% | - |
| HSV(B) | 330.55º | 0.49% | 0.89% | - |
| XYZ | 44.87 | 31.56 | 41.76 | - |
| YUV | 155.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 170 | 0 | 0.49 | 0.25 | 0.11 | 330.55 | 0.65 | 0.67 |
| Hex | E2 | 74 | AA | 0 | 31 | 19 | B | 14B | 41 | 43 |
| Octal | 342 | 164 | 252 | 0 | 61 | 31 | 13 | 513 | 101 | 103 |
| Binary | 11100010 | 1110100 | 10101010 | 0 | 110001 | 11001 | 1011 | 101001011 | 1000001 | 1000011 |
Color Harmonies of #E274AA
Complementary color
Monochromatic Colors of #E274AA
Black with #E274AA
Text Example
Text Example
White with #E274AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274AA; }
p { color: rgb(226,116,170); }
H1.HeaderClassName
{
color: #E274AA;
}
.AnyTagClassName
{
color: #E274AA;
}
</style>
background-color css
<style>
a { background-color: #E274AA; }
a { background-color: rgb(226,116,170); }
div.DivClassName
{
background-color: #E274AA;
}
.BgClassName
{
background-color: #E274AA;
}
</style>
border-color css
<style>
span { border-color: #E274AA; }
span { border-color: rgb(226,116,170); }
td.TdClassName
{
border-color: #E274AA;
}
.TagClassName
{
border-color: #E274AA;
}
</style>