#EAC8F1

Color #EAC8F1 Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #EAC8F1

Tints of Blue Chalk #EAC8F1

Color information

#EAC8F1 (or 0xEAC8F1) is unknown color: approx Blue Chalk. HEX triplet: EA, C8 and F1. RGB value is (234,200,241). Sum of RGB (Red+Green+Blue) = 234+200+241=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 200 (78.52% from 255 or 29.63% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAC8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC8F1 is #15370E. Grayscale: #D6D6D6. Windows color (decimal): -1390351 or 15845610. OLE color: 15845610.

HSL color Cylindrical-coordinate representation of color #EAC8F1: hue angle of 289.76º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC8F1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234200241-
CMYK0.030.1700.05
HSL289.76º59.42%86.47%-
HSV(B)289.76º17.01%94.51%-
XYZ70.4665.1592.08-
YUV214.84142.76141.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 200 (78.52% from 255) = 29.63%
BLUE value IS 241 (94.53% from 255) = 35.70%
R=34.67%
G=29.63%
B=35.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342002410.030.1700.05289.7659.4286.47
HexEAC8F1311051223b56
Octal3523103613210544273126
Binary111010101100100011110001111000101011001000101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC8F1; }

 p { color: rgb(234,200,241); }

 H1.HeaderClassName
 {
   color: #EAC8F1;
 }
 .AnyTagClassName
 {
   color: #EAC8F1;
 }
</style>
background-color css

<style>
 a { background-color: #EAC8F1; }

 a { background-color: rgb(234,200,241); }

 div.DivClassName
 {
   background-color: #EAC8F1;
 }
 .BgClassName
 {
   background-color: #EAC8F1;
 }
</style>
border-color css

<style>
 span { border-color: #EAC8F1; }

 span { border-color: rgb(234,200,241); }

 td.TdClassName
 {
   border-color: #EAC8F1;
 }
 .TagClassName
 {
   border-color: #EAC8F1;
 }
</style>