Html Css Color HEX #EAC2FC Mauve

📋 copy color: '#EAC2FC'

red 234 ◦ green 194 ◦ blue 252

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

Shades of Mauve #EAC2FC

Tints of Mauve #EAC2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.06%

R = 34.41%
G = 28.53%
B = 37.06%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EAC2FC (or 0xEAC2FC) is known color: Mauve. HEX triplet: EA, C2 and FC. RGB value is (234,194,252). Sum of RGB (Red+Green+Blue) = 234+194+252=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 194 (76.17% from 255 or 28.53% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAC2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2FC is #153D03. Grayscale: #D4D4D4. Windows color (decimal): -1391876 or 16564970. OLE color: 16564970.

HSL color Cylindrical-coordinate representation of color #EAC2FC: hue angle of 281.38º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAC2FC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 194 252 -
CMYK 0.07 0.23 0 0.01
HSL 281.38º 0.91% 0.87% -
HSV(B) 281.38º 0.23% 0.99% -
XYZ 70.79 63.1 100.54 -
YUV 212.57 150.25 143.28 -
System Red Green Blue C M Y K H S L
Decimal 234 194 252 0.07 0.23 0 0.01 281.38 0.91 0.87
Hex EA C2 FC 7 17 0 1 119 5B 57
Octal 352 302 374 7 27 0 1 431 133 127
Binary 11101010 11000010 11111100 111 10111 0 1 100011001 1011011 1010111

Color Harmonies of #EAC2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC2FC

Black with #EAC2FC

Text Example


Text Example

White with #EAC2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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