Shades of Fair Pink #E6E2E0
Tints of Fair Pink #E6E2E0
RGB
CMYK
RGB Variations
Color information
#E6E2E0 (or 0xE6E2E0) is known color: Fair Pink. HEX triplet: E6, E2 and E0. RGB value is (230,226,224). Sum of RGB (Red+Green+Blue) = 230+226+224=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E2E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E2E0 is #191D1F. Grayscale: #E2E2E2. Windows color (decimal): -1645856 or 14738150. OLE color: 14738150.
HSL color Cylindrical-coordinate representation of color #E6E2E0: hue angle of 20º degrees, saturation: 0.11, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6E2E0 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 226 | 224 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.10 |
| HSL | 20º | 0.11% | 0.89% | - |
| HSV(B) | 20º | 0.03% | 0.9% | - |
| XYZ | 73.28 | 76.6 | 81.44 | - |
| YUV | 226.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 226 | 224 | 0 | 0.02 | 0.03 | 0.10 | 20 | 0.11 | 0.89 |
| Hex | E6 | E2 | E0 | 0 | 2 | 3 | A | 14 | B | 59 |
| Octal | 346 | 342 | 340 | 0 | 2 | 3 | 12 | 24 | 13 | 131 |
| Binary | 11100110 | 11100010 | 11100000 | 0 | 10 | 11 | 1010 | 10100 | 1011 | 1011001 |
Color Harmonies of #E6E2E0
Complementary color
Monochromatic Colors of #E6E2E0
Black with #E6E2E0
Text Example
Text Example
White with #E6E2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E2E0; }
p { color: rgb(230,226,224); }
H1.HeaderClassName
{
color: #E6E2E0;
}
.AnyTagClassName
{
color: #E6E2E0;
}
</style>
background-color css
<style>
a { background-color: #E6E2E0; }
a { background-color: rgb(230,226,224); }
div.DivClassName
{
background-color: #E6E2E0;
}
.BgClassName
{
background-color: #E6E2E0;
}
</style>
border-color css
<style>
span { border-color: #E6E2E0; }
span { border-color: rgb(230,226,224); }
td.TdClassName
{
border-color: #E6E2E0;
}
.TagClassName
{
border-color: #E6E2E0;
}
</style>