Html Css Color HEX #E1ACFC Mauve

📋 copy color: '#E1ACFC'

red 225 ◦ green 172 ◦ blue 252

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

Shades of Mauve #E1ACFC

Tints of Mauve #E1ACFC

RGB

 RED value IS 225 (88.28% from 255) = 34.67%

 GREEN value IS 172 (67.58% from 255) = 26.5%

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

R = 34.67%
G = 26.5%
B = 38.83%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E1ACFC (or 0xE1ACFC) is known color: Mauve. HEX triplet: E1, AC and FC. RGB value is (225,172,252). Sum of RGB (Red+Green+Blue) = 225+172+252=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ACFC is #1E5303. Grayscale: #C4C4C4. Windows color (decimal): -1987332 or 16559329. OLE color: 16559329.

HSL color Cylindrical-coordinate representation of color #E1ACFC: hue angle of 279.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1ACFC is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 172 252 -
CMYK 0.11 0.32 0 0.01
HSL 279.75º 0.93% 0.83% -
HSV(B) 279.75º 0.32% 0.99% -
XYZ 63.37 52.54 98.9 -
YUV 196.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 225 172 252 0.11 0.32 0 0.01 279.75 0.93 0.83
Hex E1 AC FC B 20 0 1 118 5D 53
Octal 341 254 374 13 40 0 1 430 135 123
Binary 11100001 10101100 11111100 1011 100000 0 1 100011000 1011101 1010011

Color Harmonies of #E1ACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ACFC

Black with #E1ACFC

Text Example


Text Example

White with #E1ACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ACFC; }

 p { color: rgb(225,172,252); }

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

background-color css

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

 a { background-color: rgb(225,172,252); }

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

border-color css

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

 span { border-color: rgb(225,172,252); }

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