Shades of Pale Violet Red #E27BA5
Tints of Pale Violet Red #E27BA5
RGB
CMYK
RGB Variations
Color information
#E27BA5 (or 0xE27BA5) is known color: Pale Violet Red. HEX triplet: E2, 7B and A5. RGB value is (226,123,165). Sum of RGB (Red+Green+Blue) = 226+123+165=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27BA5 is #1D845A. Grayscale: #9E9E9E. Windows color (decimal): -1934427 or 10845154. OLE color: 10845154.
HSL color Cylindrical-coordinate representation of color #E27BA5: hue angle of 335.53º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27BA5 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 165 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.11 |
| HSL | 335.53º | 0.64% | 0.68% | - |
| HSV(B) | 335.53º | 0.46% | 0.89% | - |
| XYZ | 45.24 | 33.05 | 39.59 | - |
| YUV | 158.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 165 | 0 | 0.46 | 0.27 | 0.11 | 335.53 | 0.64 | 0.68 |
| Hex | E2 | 7B | A5 | 0 | 2E | 1B | B | 150 | 40 | 44 |
| Octal | 342 | 173 | 245 | 0 | 56 | 33 | 13 | 520 | 100 | 104 |
| Binary | 11100010 | 1111011 | 10100101 | 0 | 101110 | 11011 | 1011 | 101010000 | 1000000 | 1000100 |
Color Harmonies of #E27BA5
Complementary color
Monochromatic Colors of #E27BA5
Black with #E27BA5
Text Example
Text Example
White with #E27BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27BA5; }
p { color: rgb(226,123,165); }
H1.HeaderClassName
{
color: #E27BA5;
}
.AnyTagClassName
{
color: #E27BA5;
}
</style>
background-color css
<style>
a { background-color: #E27BA5; }
a { background-color: rgb(226,123,165); }
div.DivClassName
{
background-color: #E27BA5;
}
.BgClassName
{
background-color: #E27BA5;
}
</style>
border-color css
<style>
span { border-color: #E27BA5; }
span { border-color: rgb(226,123,165); }
td.TdClassName
{
border-color: #E27BA5;
}
.TagClassName
{
border-color: #E27BA5;
}
</style>