Shades of Pale Violet Red #E2669B
Tints of Pale Violet Red #E2669B
RGB
CMYK
RGB Variations
Color information
#E2669B (or 0xE2669B) is known color: Pale Violet Red. HEX triplet: E2, 66 and 9B. RGB value is (226,102,155). Sum of RGB (Red+Green+Blue) = 226+102+155=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2669B is #1D9964. Grayscale: #919191. Windows color (decimal): -1939813 or 10184418. OLE color: 10184418.
HSL color Cylindrical-coordinate representation of color #E2669B: hue angle of 334.35º 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 #E2669B is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 155 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.11 |
| HSL | 334.35º | 0.68% | 0.64% | - |
| HSV(B) | 334.35º | 0.55% | 0.89% | - |
| XYZ | 42.03 | 28.04 | 34.21 | - |
| YUV | 145.12 | 133.58 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 155 | 0 | 0.55 | 0.31 | 0.11 | 334.35 | 0.68 | 0.64 |
| Hex | E2 | 66 | 9B | 0 | 37 | 1F | B | 14E | 44 | 40 |
| Octal | 342 | 146 | 233 | 0 | 67 | 37 | 13 | 516 | 104 | 100 |
| Binary | 11100010 | 1100110 | 10011011 | 0 | 110111 | 11111 | 1011 | 101001110 | 1000100 | 1000000 |
Color Harmonies of #E2669B
Complementary color
Monochromatic Colors of #E2669B
Black with #E2669B
Text Example
Text Example
White with #E2669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2669B; }
p { color: rgb(226,102,155); }
H1.HeaderClassName
{
color: #E2669B;
}
.AnyTagClassName
{
color: #E2669B;
}
</style>
background-color css
<style>
a { background-color: #E2669B; }
a { background-color: rgb(226,102,155); }
div.DivClassName
{
background-color: #E2669B;
}
.BgClassName
{
background-color: #E2669B;
}
</style>
border-color css
<style>
span { border-color: #E2669B; }
span { border-color: rgb(226,102,155); }
td.TdClassName
{
border-color: #E2669B;
}
.TagClassName
{
border-color: #E2669B;
}
</style>