Shades of Blue Chalk #EAC6F2
Tints of Blue Chalk #EAC6F2
RGB
CMYK
RGB Variations
Color information
#EAC6F2 (or 0xEAC6F2) is known color: Blue Chalk. HEX triplet: EA, C6 and F2. RGB value is (234,198,242). Sum of RGB (Red+Green+Blue) = 234+198+242=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 198 (77.73% from 255 or 29.38% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAC6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6F2 is #15390D. Grayscale: #D5D5D5. Windows color (decimal): -1390862 or 15910634. OLE color: 15910634.
HSL color Cylindrical-coordinate representation of color #EAC6F2: hue angle of 289.09º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC6F2 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 198 | 242 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.05 |
| HSL | 289.09º | 0.63% | 0.86% | - |
| HSV(B) | 289.09º | 0.18% | 0.95% | - |
| XYZ | 70.15 | 64.29 | 92.72 | - |
| YUV | 213.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 242 | 0.03 | 0.18 | 0 | 0.05 | 289.09 | 0.63 | 0.86 |
| Hex | EA | C6 | F2 | 3 | 12 | 0 | 5 | 121 | 3F | 56 |
| Octal | 352 | 306 | 362 | 3 | 22 | 0 | 5 | 441 | 77 | 126 |
| Binary | 11101010 | 11000110 | 11110010 | 11 | 10010 | 0 | 101 | 100100001 | 111111 | 1010110 |
Color Harmonies of #EAC6F2
Complementary color
Monochromatic Colors of #EAC6F2
Black with #EAC6F2
Text Example
Text Example
White with #EAC6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6F2; }
p { color: rgb(234,198,242); }
H1.HeaderClassName
{
color: #EAC6F2;
}
.AnyTagClassName
{
color: #EAC6F2;
}
</style>
background-color css
<style>
a { background-color: #EAC6F2; }
a { background-color: rgb(234,198,242); }
div.DivClassName
{
background-color: #EAC6F2;
}
.BgClassName
{
background-color: #EAC6F2;
}
</style>
border-color css
<style>
span { border-color: #EAC6F2; }
span { border-color: rgb(234,198,242); }
td.TdClassName
{
border-color: #EAC6F2;
}
.TagClassName
{
border-color: #EAC6F2;
}
</style>