Html Css Color HEX #EAC6FF Mauve

📋 copy color: '#EAC6FF'

red 234 ◦ green 198 ◦ blue 255

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

Shades of Mauve #EAC6FF

Tints of Mauve #EAC6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.12%

R = 34.06%
G = 28.82%
B = 37.12%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAC6FF (or 0xEAC6FF) is known color: Mauve. HEX triplet: EA, C6 and FF. RGB value is (234,198,255). Sum of RGB (Red+Green+Blue) = 234+198+255=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 198 (77.73% from 255 or 28.82% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6FF is #153900. Grayscale: #D7D7D7. Windows color (decimal): -1390849 or 16762602. OLE color: 16762602.

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

Color convert

RGB 234 198 255 -
CMYK 0.08 0.22 0 0
HSL 277.89º 1% 0.89% -
HSV(B) 277.89º 0.22% 1% -
XYZ 72.18 65.1 103.37 -
YUV 215.26 150.43 141.37 -
System Red Green Blue C M Y K H S L
Decimal 234 198 255 0.08 0.22 0 0 277.89 1 0.89
Hex EA C6 FF 8 16 0 0 116 64 59
Octal 352 306 377 10 26 0 0 426 144 131
Binary 11101010 11000110 11111111 1000 10110 0 0 100010110 1100100 1011001

Color Harmonies of #EAC6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC6FF

Black with #EAC6FF

Text Example


Text Example

White with #EAC6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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