Html Css Color HEX #EAC6FE Mauve

📋 copy color: '#EAC6FE'

red 234 ◦ green 198 ◦ blue 254

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

Shades of Mauve #EAC6FE

Tints of Mauve #EAC6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.03%

R = 34.11%
G = 28.86%
B = 37.03%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAC6FE (or 0xEAC6FE) is known color: Mauve. HEX triplet: EA, C6 and FE. RGB value is (234,198,254). Sum of RGB (Red+Green+Blue) = 234+198+254=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 198 (77.73% from 255 or 28.86% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAC6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6FE is #153901. Grayscale: #D6D6D6. Windows color (decimal): -1390850 or 16697066. OLE color: 16697066.

HSL color Cylindrical-coordinate representation of color #EAC6FE: hue angle of 278.57º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAC6FE is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 234 198 254 -
CMYK 0.08 0.22 0 0.00
HSL 278.57º 0.97% 0.89% -
HSV(B) 278.57º 0.22% 1% -
XYZ 72.02 65.04 102.52 -
YUV 215.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 234 198 254 0.08 0.22 0 0.00 278.57 0.97 0.89
Hex EA C6 FE 8 16 0 0 117 61 59
Octal 352 306 376 10 26 0 0 427 141 131
Binary 11101010 11000110 11111110 1000 10110 0 0 100010111 1100001 1011001

Color Harmonies of #EAC6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC6FE

Black with #EAC6FE

Text Example


Text Example

White with #EAC6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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