Shades of Pale Violet Red #E46BA9
Tints of Pale Violet Red #E46BA9
RGB
CMYK
RGB Variations
Color information
#E46BA9 (or 0xE46BA9) is known color: Pale Violet Red. HEX triplet: E4, 6B and A9. RGB value is (228,107,169). Sum of RGB (Red+Green+Blue) = 228+107+169=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46BA9 is #1B9456. Grayscale: #969696. Windows color (decimal): -1807447 or 11103204. OLE color: 11103204.
HSL color Cylindrical-coordinate representation of color #E46BA9: hue angle of 329.26º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46BA9 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 169 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.11 |
| HSL | 329.26º | 0.69% | 0.66% | - |
| HSV(B) | 329.26º | 0.53% | 0.89% | - |
| XYZ | 44.41 | 29.87 | 40.96 | - |
| YUV | 150.25 | 138.59 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 169 | 0 | 0.53 | 0.26 | 0.11 | 329.26 | 0.69 | 0.66 |
| Hex | E4 | 6B | A9 | 0 | 35 | 1A | B | 149 | 45 | 42 |
| Octal | 344 | 153 | 251 | 0 | 65 | 32 | 13 | 511 | 105 | 102 |
| Binary | 11100100 | 1101011 | 10101001 | 0 | 110101 | 11010 | 1011 | 101001001 | 1000101 | 1000010 |
Color Harmonies of #E46BA9
Complementary color
Monochromatic Colors of #E46BA9
Black with #E46BA9
Text Example
Text Example
White with #E46BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46BA9; }
p { color: rgb(228,107,169); }
H1.HeaderClassName
{
color: #E46BA9;
}
.AnyTagClassName
{
color: #E46BA9;
}
</style>
background-color css
<style>
a { background-color: #E46BA9; }
a { background-color: rgb(228,107,169); }
div.DivClassName
{
background-color: #E46BA9;
}
.BgClassName
{
background-color: #E46BA9;
}
</style>
border-color css
<style>
span { border-color: #E46BA9; }
span { border-color: rgb(228,107,169); }
td.TdClassName
{
border-color: #E46BA9;
}
.TagClassName
{
border-color: #E46BA9;
}
</style>