Shades of Blue Chalk #E2BFEA
Tints of Blue Chalk #E2BFEA
RGB
CMYK
RGB Variations
Color information
#E2BFEA (or 0xE2BFEA) is known color: Blue Chalk. HEX triplet: E2, BF and EA. RGB value is (226,191,234). Sum of RGB (Red+Green+Blue) = 226+191+234=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFEA is #1D4015. Grayscale: #CECECE. Windows color (decimal): -1916950 or 15384546. OLE color: 15384546.
HSL color Cylindrical-coordinate representation of color #E2BFEA: hue angle of 288.84º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BFEA is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 191 | 234 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.08 |
| HSL | 288.84º | 0.51% | 0.83% | - |
| HSV(B) | 288.84º | 0.18% | 0.92% | - |
| XYZ | 64.85 | 59.37 | 85.88 | - |
| YUV | 206.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 234 | 0.03 | 0.18 | 0 | 0.08 | 288.84 | 0.51 | 0.83 |
| Hex | E2 | BF | EA | 3 | 12 | 0 | 8 | 121 | 33 | 53 |
| Octal | 342 | 277 | 352 | 3 | 22 | 0 | 10 | 441 | 63 | 123 |
| Binary | 11100010 | 10111111 | 11101010 | 11 | 10010 | 0 | 1000 | 100100001 | 110011 | 1010011 |
Color Harmonies of #E2BFEA
Complementary color
Monochromatic Colors of #E2BFEA
Black with #E2BFEA
Text Example
Text Example
White with #E2BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFEA; }
p { color: rgb(226,191,234); }
H1.HeaderClassName
{
color: #E2BFEA;
}
.AnyTagClassName
{
color: #E2BFEA;
}
</style>
background-color css
<style>
a { background-color: #E2BFEA; }
a { background-color: rgb(226,191,234); }
div.DivClassName
{
background-color: #E2BFEA;
}
.BgClassName
{
background-color: #E2BFEA;
}
</style>
border-color css
<style>
span { border-color: #E2BFEA; }
span { border-color: rgb(226,191,234); }
td.TdClassName
{
border-color: #E2BFEA;
}
.TagClassName
{
border-color: #E2BFEA;
}
</style>