Html Css Color HEX #EAC6FA Blue Chalk

📋 copy color: '#EAC6FA'

red 234 ◦ green 198 ◦ blue 250

#EAC6FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #EAC6FA

Tints of Blue Chalk #EAC6FA

RGB

 RED value IS 234 (91.8% from 255) = 34.31%

 GREEN value IS 198 (77.73% from 255) = 29.03%

 BLUE value IS 250 (98.05% from 255) = 36.66%

R = 34.31%
G = 29.03%
B = 36.66%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAC6FA (or 0xEAC6FA) is known color: Blue Chalk. HEX triplet: EA, C6 and FA. RGB value is (234,198,250). Sum of RGB (Red+Green+Blue) = 234+198+250=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 198 (77.73% from 255 or 29.03% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAC6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6FA is #153905. Grayscale: #D6D6D6. Windows color (decimal): -1390854 or 16434922. OLE color: 16434922.

HSL color Cylindrical-coordinate representation of color #EAC6FA: hue angle of 281.54º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAC6FA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 198 250 -
CMYK 0.06 0.21 0 0.02
HSL 281.54º 0.84% 0.88% -
HSV(B) 281.54º 0.21% 0.98% -
XYZ 71.38 64.78 99.18 -
YUV 214.69 147.93 141.77 -
System Red Green Blue C M Y K H S L
Decimal 234 198 250 0.06 0.21 0 0.02 281.54 0.84 0.88
Hex EA C6 FA 6 15 0 2 11A 54 58
Octal 352 306 372 6 25 0 2 432 124 130
Binary 11101010 11000110 11111010 110 10101 0 10 100011010 1010100 1011000

Color Harmonies of #EAC6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC6FA

Black with #EAC6FA

Text Example


Text Example

White with #EAC6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC6FA; }

 p { color: rgb(234,198,250); }

 H1.HeaderClassName
 {
   color: #EAC6FA;
 }
 .AnyTagClassName
 {
   color: #EAC6FA;
 }
</style>

background-color css

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

 a { background-color: rgb(234,198,250); }

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

border-color css

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

 span { border-color: rgb(234,198,250); }

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