Shades of Pale Violet Red #E2669F
Tints of Pale Violet Red #E2669F
RGB
CMYK
RGB Variations
Color information
#E2669F (or 0xE2669F) is known color: Pale Violet Red. HEX triplet: E2, 66 and 9F. RGB value is (226,102,159). Sum of RGB (Red+Green+Blue) = 226+102+159=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2669F is #1D9960. Grayscale: #919191. Windows color (decimal): -1939809 or 10446562. OLE color: 10446562.
HSL color Cylindrical-coordinate representation of color #E2669F: hue angle of 332.42º 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 #E2669F is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 159 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.11 |
| HSL | 332.42º | 0.68% | 0.64% | - |
| HSV(B) | 332.42º | 0.55% | 0.89% | - |
| XYZ | 42.37 | 28.17 | 36.01 | - |
| YUV | 145.57 | 135.58 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 159 | 0 | 0.55 | 0.30 | 0.11 | 332.42 | 0.68 | 0.64 |
| Hex | E2 | 66 | 9F | 0 | 37 | 1E | B | 14C | 44 | 40 |
| Octal | 342 | 146 | 237 | 0 | 67 | 36 | 13 | 514 | 104 | 100 |
| Binary | 11100010 | 1100110 | 10011111 | 0 | 110111 | 11110 | 1011 | 101001100 | 1000100 | 1000000 |
Color Harmonies of #E2669F
Complementary color
Monochromatic Colors of #E2669F
Black with #E2669F
Text Example
Text Example
White with #E2669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2669F; }
p { color: rgb(226,102,159); }
H1.HeaderClassName
{
color: #E2669F;
}
.AnyTagClassName
{
color: #E2669F;
}
</style>
background-color css
<style>
a { background-color: #E2669F; }
a { background-color: rgb(226,102,159); }
div.DivClassName
{
background-color: #E2669F;
}
.BgClassName
{
background-color: #E2669F;
}
</style>
border-color css
<style>
span { border-color: #E2669F; }
span { border-color: rgb(226,102,159); }
td.TdClassName
{
border-color: #E2669F;
}
.TagClassName
{
border-color: #E2669F;
}
</style>