Shades of Blue Chalk #E1BEEA
Tints of Blue Chalk #E1BEEA
RGB
CMYK
RGB Variations
Color information
#E1BEEA (or 0xE1BEEA) is known color: Blue Chalk. HEX triplet: E1, BE and EA. RGB value is (225,190,234). Sum of RGB (Red+Green+Blue) = 225+190+234=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BEEA is #1E4115. Grayscale: #CDCDCD. Windows color (decimal): -1982742 or 15384289. OLE color: 15384289.
HSL color Cylindrical-coordinate representation of color #E1BEEA: hue angle of 287.73º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1BEEA is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 190 | 234 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.08 |
| HSL | 287.73º | 0.51% | 0.83% | - |
| HSV(B) | 287.73º | 0.19% | 0.92% | - |
| XYZ | 64.32 | 58.77 | 85.8 | - |
| YUV | 205.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 234 | 0.04 | 0.19 | 0 | 0.08 | 287.73 | 0.51 | 0.83 |
| Hex | E1 | BE | EA | 4 | 13 | 0 | 8 | 120 | 33 | 53 |
| Octal | 341 | 276 | 352 | 4 | 23 | 0 | 10 | 440 | 63 | 123 |
| Binary | 11100001 | 10111110 | 11101010 | 100 | 10011 | 0 | 1000 | 100100000 | 110011 | 1010011 |
Color Harmonies of #E1BEEA
Complementary color
Monochromatic Colors of #E1BEEA
Black with #E1BEEA
Text Example
Text Example
White with #E1BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BEEA; }
p { color: rgb(225,190,234); }
H1.HeaderClassName
{
color: #E1BEEA;
}
.AnyTagClassName
{
color: #E1BEEA;
}
</style>
background-color css
<style>
a { background-color: #E1BEEA; }
a { background-color: rgb(225,190,234); }
div.DivClassName
{
background-color: #E1BEEA;
}
.BgClassName
{
background-color: #E1BEEA;
}
</style>
border-color css
<style>
span { border-color: #E1BEEA; }
span { border-color: rgb(225,190,234); }
td.TdClassName
{
border-color: #E1BEEA;
}
.TagClassName
{
border-color: #E1BEEA;
}
</style>