Shades of Pale Violet Red #E27BA4
Tints of Pale Violet Red #E27BA4
RGB
CMYK
RGB Variations
Color information
#E27BA4 (or 0xE27BA4) is known color: Pale Violet Red. HEX triplet: E2, 7B and A4. RGB value is (226,123,164). Sum of RGB (Red+Green+Blue) = 226+123+164=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27BA4 is #1D845B. Grayscale: #9E9E9E. Windows color (decimal): -1934428 or 10779618. OLE color: 10779618.
HSL color Cylindrical-coordinate representation of color #E27BA4: hue angle of 336.12º 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 #E27BA4 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 164 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.11 |
| HSL | 336.12º | 0.64% | 0.68% | - |
| HSV(B) | 336.12º | 0.46% | 0.89% | - |
| XYZ | 45.15 | 33.02 | 39.11 | - |
| YUV | 158.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 164 | 0 | 0.46 | 0.27 | 0.11 | 336.12 | 0.64 | 0.68 |
| Hex | E2 | 7B | A4 | 0 | 2E | 1B | B | 150 | 40 | 44 |
| Octal | 342 | 173 | 244 | 0 | 56 | 33 | 13 | 520 | 100 | 104 |
| Binary | 11100010 | 1111011 | 10100100 | 0 | 101110 | 11011 | 1011 | 101010000 | 1000000 | 1000100 |
Color Harmonies of #E27BA4
Complementary color
Monochromatic Colors of #E27BA4
Black with #E27BA4
Text Example
Text Example
White with #E27BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27BA4; }
p { color: rgb(226,123,164); }
H1.HeaderClassName
{
color: #E27BA4;
}
.AnyTagClassName
{
color: #E27BA4;
}
</style>
background-color css
<style>
a { background-color: #E27BA4; }
a { background-color: rgb(226,123,164); }
div.DivClassName
{
background-color: #E27BA4;
}
.BgClassName
{
background-color: #E27BA4;
}
</style>
border-color css
<style>
span { border-color: #E27BA4; }
span { border-color: rgb(226,123,164); }
td.TdClassName
{
border-color: #E27BA4;
}
.TagClassName
{
border-color: #E27BA4;
}
</style>