Shades of Blue Chalk #E2C0EC
Tints of Blue Chalk #E2C0EC
RGB
CMYK
RGB Variations
Color information
#E2C0EC (or 0xE2C0EC) is known color: Blue Chalk. HEX triplet: E2, C0 and EC. RGB value is (226,192,236). Sum of RGB (Red+Green+Blue) = 226+192+236=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2C0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C0EC is #1D3F13. Grayscale: #CFCFCF. Windows color (decimal): -1916692 or 15515874. OLE color: 15515874.
HSL color Cylindrical-coordinate representation of color #E2C0EC: hue angle of 286.36º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2C0EC is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 192 | 236 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.07 |
| HSL | 286.36º | 0.54% | 0.84% | - |
| HSV(B) | 286.36º | 0.19% | 0.93% | - |
| XYZ | 65.35 | 59.92 | 87.48 | - |
| YUV | 207.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 236 | 0.04 | 0.19 | 0 | 0.07 | 286.36 | 0.54 | 0.84 |
| Hex | E2 | C0 | EC | 4 | 13 | 0 | 7 | 11E | 36 | 54 |
| Octal | 342 | 300 | 354 | 4 | 23 | 0 | 7 | 436 | 66 | 124 |
| Binary | 11100010 | 11000000 | 11101100 | 100 | 10011 | 0 | 111 | 100011110 | 110110 | 1010100 |
Color Harmonies of #E2C0EC
Complementary color
Monochromatic Colors of #E2C0EC
Black with #E2C0EC
Text Example
Text Example
White with #E2C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C0EC; }
p { color: rgb(226,192,236); }
H1.HeaderClassName
{
color: #E2C0EC;
}
.AnyTagClassName
{
color: #E2C0EC;
}
</style>
background-color css
<style>
a { background-color: #E2C0EC; }
a { background-color: rgb(226,192,236); }
div.DivClassName
{
background-color: #E2C0EC;
}
.BgClassName
{
background-color: #E2C0EC;
}
</style>
border-color css
<style>
span { border-color: #E2C0EC; }
span { border-color: rgb(226,192,236); }
td.TdClassName
{
border-color: #E2C0EC;
}
.TagClassName
{
border-color: #E2C0EC;
}
</style>