Html Css Color HEX #EAC1FD Mauve

📋 copy color: '#EAC1FD'

red 234 ◦ green 193 ◦ blue 253

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

Shades of Mauve #EAC1FD

Tints of Mauve #EAC1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.21%

R = 34.41%
G = 28.38%
B = 37.21%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EAC1FD (or 0xEAC1FD) is known color: Mauve. HEX triplet: EA, C1 and FD. RGB value is (234,193,253). Sum of RGB (Red+Green+Blue) = 234+193+253=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 193 (75.78% from 255 or 28.38% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAC1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC1FD is #153E02. Grayscale: #D3D3D3. Windows color (decimal): -1392131 or 16630250. OLE color: 16630250.

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

Color convert

RGB 234 193 253 -
CMYK 0.08 0.24 0 0.01
HSL 281º 0.94% 0.87% -
HSV(B) 281º 0.24% 0.99% -
XYZ 70.73 62.72 101.31 -
YUV 212.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 234 193 253 0.08 0.24 0 0.01 281 0.94 0.87
Hex EA C1 FD 8 18 0 1 119 5E 57
Octal 352 301 375 10 30 0 1 431 136 127
Binary 11101010 11000001 11111101 1000 11000 0 1 100011001 1011110 1010111

Color Harmonies of #EAC1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC1FD

Black with #EAC1FD

Text Example


Text Example

White with #EAC1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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