Shades of Pale Violet Red #E27694
Tints of Pale Violet Red #E27694
RGB
CMYK
RGB Variations
Color information
#E27694 (or 0xE27694) is known color: Pale Violet Red. HEX triplet: E2, 76 and 94. RGB value is (226,118,148). Sum of RGB (Red+Green+Blue) = 226+118+148=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E27694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27694 is #1D896B. Grayscale: #999999. Windows color (decimal): -1935724 or 9729762. OLE color: 9729762.
HSL color Cylindrical-coordinate representation of color #E27694: hue angle of 343.33º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E27694 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 148 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.11 |
| HSL | 343.33º | 0.65% | 0.67% | - |
| HSV(B) | 343.33º | 0.48% | 0.89% | - |
| XYZ | 43.19 | 31.26 | 31.78 | - |
| YUV | 153.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 148 | 0 | 0.48 | 0.35 | 0.11 | 343.33 | 0.65 | 0.67 |
| Hex | E2 | 76 | 94 | 0 | 30 | 23 | B | 157 | 41 | 43 |
| Octal | 342 | 166 | 224 | 0 | 60 | 43 | 13 | 527 | 101 | 103 |
| Binary | 11100010 | 1110110 | 10010100 | 0 | 110000 | 100011 | 1011 | 101010111 | 1000001 | 1000011 |
Color Harmonies of #E27694
Complementary color
Monochromatic Colors of #E27694
Black with #E27694
Text Example
Text Example
White with #E27694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27694; }
p { color: rgb(226,118,148); }
H1.HeaderClassName
{
color: #E27694;
}
.AnyTagClassName
{
color: #E27694;
}
</style>
background-color css
<style>
a { background-color: #E27694; }
a { background-color: rgb(226,118,148); }
div.DivClassName
{
background-color: #E27694;
}
.BgClassName
{
background-color: #E27694;
}
</style>
border-color css
<style>
span { border-color: #E27694; }
span { border-color: rgb(226,118,148); }
td.TdClassName
{
border-color: #E27694;
}
.TagClassName
{
border-color: #E27694;
}
</style>