Shades of Pale Violet Red #E46BA5
Tints of Pale Violet Red #E46BA5
RGB
CMYK
RGB Variations
Color information
#E46BA5 (or 0xE46BA5) is known color: Pale Violet Red. HEX triplet: E4, 6B and A5. RGB value is (228,107,165). Sum of RGB (Red+Green+Blue) = 228+107+165=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46BA5 is #1B945A. Grayscale: #959595. Windows color (decimal): -1807451 or 10841060. OLE color: 10841060.
HSL color Cylindrical-coordinate representation of color #E46BA5: hue angle of 331.24º 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 #E46BA5 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 165 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.11 |
| HSL | 331.24º | 0.69% | 0.66% | - |
| HSV(B) | 331.24º | 0.53% | 0.89% | - |
| XYZ | 44.04 | 29.73 | 39.01 | - |
| YUV | 149.79 | 136.59 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 165 | 0 | 0.53 | 0.28 | 0.11 | 331.24 | 0.69 | 0.66 |
| Hex | E4 | 6B | A5 | 0 | 35 | 1C | B | 14B | 45 | 42 |
| Octal | 344 | 153 | 245 | 0 | 65 | 34 | 13 | 513 | 105 | 102 |
| Binary | 11100100 | 1101011 | 10100101 | 0 | 110101 | 11100 | 1011 | 101001011 | 1000101 | 1000010 |
Color Harmonies of #E46BA5
Complementary color
Monochromatic Colors of #E46BA5
Black with #E46BA5
Text Example
Text Example
White with #E46BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46BA5; }
p { color: rgb(228,107,165); }
H1.HeaderClassName
{
color: #E46BA5;
}
.AnyTagClassName
{
color: #E46BA5;
}
</style>
background-color css
<style>
a { background-color: #E46BA5; }
a { background-color: rgb(228,107,165); }
div.DivClassName
{
background-color: #E46BA5;
}
.BgClassName
{
background-color: #E46BA5;
}
</style>
border-color css
<style>
span { border-color: #E46BA5; }
span { border-color: rgb(228,107,165); }
td.TdClassName
{
border-color: #E46BA5;
}
.TagClassName
{
border-color: #E46BA5;
}
</style>