Html Css Color HEX #EAC9F9 Blue Chalk

📋 copy color: '#EAC9F9'

red 234 ◦ green 201 ◦ blue 249

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

Shades of Blue Chalk #EAC9F9

Tints of Blue Chalk #EAC9F9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.39%

 BLUE value IS 249 (97.66% from 255) = 36.4%

R = 34.21%
G = 29.39%
B = 36.4%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAC9F9 (or 0xEAC9F9) is known color: Blue Chalk. HEX triplet: EA, C9 and F9. RGB value is (234,201,249). Sum of RGB (Red+Green+Blue) = 234+201+249=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 201 (78.91% from 255 or 29.39% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAC9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC9F9 is #153606. Grayscale: #D8D8D8. Windows color (decimal): -1390087 or 16370154. OLE color: 16370154.

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

Color convert

RGB 234 201 249 -
CMYK 0.06 0.19 0 0.02
HSL 281.25º 0.8% 0.88% -
HSV(B) 281.25º 0.19% 0.98% -
XYZ 71.92 66.11 98.59 -
YUV 216.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 234 201 249 0.06 0.19 0 0.02 281.25 0.8 0.88
Hex EA C9 F9 6 13 0 2 119 50 58
Octal 352 311 371 6 23 0 2 431 120 130
Binary 11101010 11001001 11111001 110 10011 0 10 100011001 1010000 1011000

Color Harmonies of #EAC9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC9F9

Black with #EAC9F9

Text Example


Text Example

White with #EAC9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC9F9; }

 p { color: rgb(234,201,249); }

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

background-color css

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

 a { background-color: rgb(234,201,249); }

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

border-color css

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

 span { border-color: rgb(234,201,249); }

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