Shades of Blue Chalk #EAC9FA
Tints of Blue Chalk #EAC9FA
RGB
CMYK
RGB Variations
Color information
#EAC9FA (or 0xEAC9FA) is known color: Blue Chalk. HEX triplet: EA, C9 and FA. RGB value is (234,201,250). Sum of RGB (Red+Green+Blue) = 234+201+250=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 201 (78.91% from 255 or 29.34% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAC9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC9FA is #153605. Grayscale: #D8D8D8. Windows color (decimal): -1390086 or 16435690. OLE color: 16435690.
HSL color Cylindrical-coordinate representation of color #EAC9FA: hue angle of 280.41º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAC9FA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 201 | 250 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.02 |
| HSL | 280.41º | 0.83% | 0.88% | - |
| HSV(B) | 280.41º | 0.2% | 0.98% | - |
| XYZ | 72.07 | 66.17 | 99.42 | - |
| YUV | 216.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 250 | 0.06 | 0.20 | 0 | 0.02 | 280.41 | 0.83 | 0.88 |
| Hex | EA | C9 | FA | 6 | 14 | 0 | 2 | 118 | 53 | 58 |
| Octal | 352 | 311 | 372 | 6 | 24 | 0 | 2 | 430 | 123 | 130 |
| Binary | 11101010 | 11001001 | 11111010 | 110 | 10100 | 0 | 10 | 100011000 | 1010011 | 1011000 |
Color Harmonies of #EAC9FA
Complementary color
Monochromatic Colors of #EAC9FA
Black with #EAC9FA
Text Example
Text Example
White with #EAC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9FA; }
p { color: rgb(234,201,250); }
H1.HeaderClassName
{
color: #EAC9FA;
}
.AnyTagClassName
{
color: #EAC9FA;
}
</style>
background-color css
<style>
a { background-color: #EAC9FA; }
a { background-color: rgb(234,201,250); }
div.DivClassName
{
background-color: #EAC9FA;
}
.BgClassName
{
background-color: #EAC9FA;
}
</style>
border-color css
<style>
span { border-color: #EAC9FA; }
span { border-color: rgb(234,201,250); }
td.TdClassName
{
border-color: #EAC9FA;
}
.TagClassName
{
border-color: #EAC9FA;
}
</style>