Html Css Color HEX #EAC2F9 Mauve

📋 copy color: '#EAC2F9'

red 234 ◦ green 194 ◦ blue 249

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

Shades of Mauve #EAC2F9

Tints of Mauve #EAC2F9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.66%

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

R = 34.56%
G = 28.66%
B = 36.78%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAC2F9 (or 0xEAC2F9) is known color: Mauve. HEX triplet: EA, C2 and F9. RGB value is (234,194,249). Sum of RGB (Red+Green+Blue) = 234+194+249=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 194 (76.17% from 255 or 28.66% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAC2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2F9 is #153D06. Grayscale: #D4D4D4. Windows color (decimal): -1391879 or 16368362. OLE color: 16368362.

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

Color convert

RGB 234 194 249 -
CMYK 0.06 0.22 0 0.02
HSL 283.64º 0.82% 0.87% -
HSV(B) 283.64º 0.22% 0.98% -
XYZ 70.32 62.92 98.06 -
YUV 212.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 234 194 249 0.06 0.22 0 0.02 283.64 0.82 0.87
Hex EA C2 F9 6 16 0 2 11C 52 57
Octal 352 302 371 6 26 0 2 434 122 127
Binary 11101010 11000010 11111001 110 10110 0 10 100011100 1010010 1010111

Color Harmonies of #EAC2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC2F9

Black with #EAC2F9

Text Example


Text Example

White with #EAC2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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