Shades of Blue Chalk #E5C0F0
Tints of Blue Chalk #E5C0F0
RGB
CMYK
RGB Variations
Color information
#E5C0F0 (or 0xE5C0F0) is known color: Blue Chalk. HEX triplet: E5, C0 and F0. RGB value is (229,192,240). Sum of RGB (Red+Green+Blue) = 229+192+240=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5C0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C0F0 is #1A3F0F. Grayscale: #D0D0D0. Windows color (decimal): -1720080 or 15778021. OLE color: 15778021.
HSL color Cylindrical-coordinate representation of color #E5C0F0: hue angle of 286.25º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5C0F0 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 192 | 240 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.06 |
| HSL | 286.25º | 0.62% | 0.85% | - |
| HSV(B) | 286.25º | 0.2% | 0.94% | - |
| XYZ | 66.89 | 60.65 | 90.62 | - |
| YUV | 208.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 240 | 0.05 | 0.20 | 0 | 0.06 | 286.25 | 0.62 | 0.85 |
| Hex | E5 | C0 | F0 | 5 | 14 | 0 | 6 | 11E | 3E | 55 |
| Octal | 345 | 300 | 360 | 5 | 24 | 0 | 6 | 436 | 76 | 125 |
| Binary | 11100101 | 11000000 | 11110000 | 101 | 10100 | 0 | 110 | 100011110 | 111110 | 1010101 |
Color Harmonies of #E5C0F0
Complementary color
Monochromatic Colors of #E5C0F0
Black with #E5C0F0
Text Example
Text Example
White with #E5C0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C0F0; }
p { color: rgb(229,192,240); }
H1.HeaderClassName
{
color: #E5C0F0;
}
.AnyTagClassName
{
color: #E5C0F0;
}
</style>
background-color css
<style>
a { background-color: #E5C0F0; }
a { background-color: rgb(229,192,240); }
div.DivClassName
{
background-color: #E5C0F0;
}
.BgClassName
{
background-color: #E5C0F0;
}
</style>
border-color css
<style>
span { border-color: #E5C0F0; }
span { border-color: rgb(229,192,240); }
td.TdClassName
{
border-color: #E5C0F0;
}
.TagClassName
{
border-color: #E5C0F0;
}
</style>