Html Css Color HEX #EAC1FF Mauve

📋 copy color: '#EAC1FF'

red 234 ◦ green 193 ◦ blue 255

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

Shades of Mauve #EAC1FF

Tints of Mauve #EAC1FF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.3%

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

R = 34.31%
G = 28.3%
B = 37.39%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAC1FF (or 0xEAC1FF) is known color: Mauve. HEX triplet: EA, C1 and FF. RGB value is (234,193,255). Sum of RGB (Red+Green+Blue) = 234+193+255=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 193 (75.78% from 255 or 28.30% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC1FF is #153E00. Grayscale: #D4D4D4. Windows color (decimal): -1392129 or 16761322. OLE color: 16761322.

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

Color convert

RGB 234 193 255 -
CMYK 0.08 0.24 0 0
HSL 279.68º 1% 0.88% -
HSV(B) 279.68º 0.24% 1% -
XYZ 71.05 62.85 102.99 -
YUV 212.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 234 193 255 0.08 0.24 0 0 279.68 1 0.88
Hex EA C1 FF 8 18 0 0 118 64 58
Octal 352 301 377 10 30 0 0 430 144 130
Binary 11101010 11000001 11111111 1000 11000 0 0 100011000 1100100 1011000

Color Harmonies of #EAC1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC1FF

Black with #EAC1FF

Text Example


Text Example

White with #EAC1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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