Shades of Pale Violet Red #E26C9A
Tints of Pale Violet Red #E26C9A
RGB
CMYK
RGB Variations
Color information
#E26C9A (or 0xE26C9A) is known color: Pale Violet Red. HEX triplet: E2, 6C and 9A. RGB value is (226,108,154). Sum of RGB (Red+Green+Blue) = 226+108+154=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26C9A is #1D9365. Grayscale: #949494. Windows color (decimal): -1938278 or 10120418. OLE color: 10120418.
HSL color Cylindrical-coordinate representation of color #E26C9A: hue angle of 336.61º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26C9A is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 154 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.11 |
| HSL | 336.61º | 0.67% | 0.65% | - |
| HSV(B) | 336.61º | 0.52% | 0.89% | - |
| XYZ | 42.56 | 29.23 | 33.97 | - |
| YUV | 148.53 | 131.09 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 154 | 0 | 0.52 | 0.32 | 0.11 | 336.61 | 0.67 | 0.65 |
| Hex | E2 | 6C | 9A | 0 | 34 | 20 | B | 151 | 43 | 41 |
| Octal | 342 | 154 | 232 | 0 | 64 | 40 | 13 | 521 | 103 | 101 |
| Binary | 11100010 | 1101100 | 10011010 | 0 | 110100 | 100000 | 1011 | 101010001 | 1000011 | 1000001 |
Color Harmonies of #E26C9A
Complementary color
Monochromatic Colors of #E26C9A
Black with #E26C9A
Text Example
Text Example
White with #E26C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C9A; }
p { color: rgb(226,108,154); }
H1.HeaderClassName
{
color: #E26C9A;
}
.AnyTagClassName
{
color: #E26C9A;
}
</style>
background-color css
<style>
a { background-color: #E26C9A; }
a { background-color: rgb(226,108,154); }
div.DivClassName
{
background-color: #E26C9A;
}
.BgClassName
{
background-color: #E26C9A;
}
</style>
border-color css
<style>
span { border-color: #E26C9A; }
span { border-color: rgb(226,108,154); }
td.TdClassName
{
border-color: #E26C9A;
}
.TagClassName
{
border-color: #E26C9A;
}
</style>