Shades of Pale Violet Red #E2669E
Tints of Pale Violet Red #E2669E
RGB
CMYK
RGB Variations
Color information
#E2669E (or 0xE2669E) is known color: Pale Violet Red. HEX triplet: E2, 66 and 9E. RGB value is (226,102,158). Sum of RGB (Red+Green+Blue) = 226+102+158=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2669E is #1D9961. Grayscale: #919191. Windows color (decimal): -1939810 or 10381026. OLE color: 10381026.
HSL color Cylindrical-coordinate representation of color #E2669E: hue angle of 332.9º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2669E is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 158 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.11 |
| HSL | 332.9º | 0.68% | 0.64% | - |
| HSV(B) | 332.9º | 0.55% | 0.89% | - |
| XYZ | 42.29 | 28.14 | 35.55 | - |
| YUV | 145.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 158 | 0 | 0.55 | 0.30 | 0.11 | 332.9 | 0.68 | 0.64 |
| Hex | E2 | 66 | 9E | 0 | 37 | 1E | B | 14D | 44 | 40 |
| Octal | 342 | 146 | 236 | 0 | 67 | 36 | 13 | 515 | 104 | 100 |
| Binary | 11100010 | 1100110 | 10011110 | 0 | 110111 | 11110 | 1011 | 101001101 | 1000100 | 1000000 |
Color Harmonies of #E2669E
Complementary color
Monochromatic Colors of #E2669E
Black with #E2669E
Text Example
Text Example
White with #E2669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2669E; }
p { color: rgb(226,102,158); }
H1.HeaderClassName
{
color: #E2669E;
}
.AnyTagClassName
{
color: #E2669E;
}
</style>
background-color css
<style>
a { background-color: #E2669E; }
a { background-color: rgb(226,102,158); }
div.DivClassName
{
background-color: #E2669E;
}
.BgClassName
{
background-color: #E2669E;
}
</style>
border-color css
<style>
span { border-color: #E2669E; }
span { border-color: rgb(226,102,158); }
td.TdClassName
{
border-color: #E2669E;
}
.TagClassName
{
border-color: #E2669E;
}
</style>