Shades of Pale Violet Red #E27194
Tints of Pale Violet Red #E27194
RGB
CMYK
RGB Variations
Color information
#E27194 (or 0xE27194) is known color: Pale Violet Red. HEX triplet: E2, 71 and 94. RGB value is (226,113,148). Sum of RGB (Red+Green+Blue) = 226+113+148=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E27194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27194 is #1D8E6B. Grayscale: #969696. Windows color (decimal): -1937004 or 9728482. OLE color: 9728482.
HSL color Cylindrical-coordinate representation of color #E27194: hue angle of 341.42º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27194 is Cyan = 0, Magento = 0.5, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 148 | - |
| CMYK | 0 | 0.5 | 0.35 | 0.11 |
| HSL | 341.42º | 0.66% | 0.66% | - |
| HSV(B) | 341.42º | 0.5% | 0.89% | - |
| XYZ | 42.61 | 30.12 | 31.58 | - |
| YUV | 150.78 | 126.44 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 148 | 0 | 0.5 | 0.35 | 0.11 | 341.42 | 0.66 | 0.66 |
| Hex | E2 | 71 | 94 | 0 | 32 | 23 | B | 155 | 42 | 42 |
| Octal | 342 | 161 | 224 | 0 | 62 | 43 | 13 | 525 | 102 | 102 |
| Binary | 11100010 | 1110001 | 10010100 | 0 | 110010 | 100011 | 1011 | 101010101 | 1000010 | 1000010 |
Color Harmonies of #E27194
Complementary color
Monochromatic Colors of #E27194
Black with #E27194
Text Example
Text Example
White with #E27194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27194; }
p { color: rgb(226,113,148); }
H1.HeaderClassName
{
color: #E27194;
}
.AnyTagClassName
{
color: #E27194;
}
</style>
background-color css
<style>
a { background-color: #E27194; }
a { background-color: rgb(226,113,148); }
div.DivClassName
{
background-color: #E27194;
}
.BgClassName
{
background-color: #E27194;
}
</style>
border-color css
<style>
span { border-color: #E27194; }
span { border-color: rgb(226,113,148); }
td.TdClassName
{
border-color: #E27194;
}
.TagClassName
{
border-color: #E27194;
}
</style>