Html Css Color HEX #E0ACFF Mauve

📋 copy color: '#E0ACFF'

red 224 ◦ green 172 ◦ blue 255

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

Shades of Mauve #E0ACFF

Tints of Mauve #E0ACFF

RGB

 RED value IS 224 (87.89% from 255) = 34.41%

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

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

R = 34.41%
G = 26.42%
B = 39.17%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E0ACFF (or 0xE0ACFF) is known color: Mauve. HEX triplet: E0, AC and FF. RGB value is (224,172,255). Sum of RGB (Red+Green+Blue) = 224+172+255=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ACFF is #1F5300. Grayscale: #C4C4C4. Windows color (decimal): -2052865 or 16755936. OLE color: 16755936.

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

Color convert

RGB 224 172 255 -
CMYK 0.12 0.33 0 0
HSL 277.59º 1% 0.84% -
HSV(B) 277.59º 0.33% 1% -
XYZ 63.54 52.57 101.41 -
YUV 197.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 224 172 255 0.12 0.33 0 0 277.59 1 0.84
Hex E0 AC FF C 21 0 0 116 64 54
Octal 340 254 377 14 41 0 0 426 144 124
Binary 11100000 10101100 11111111 1100 100001 0 0 100010110 1100100 1010100

Color Harmonies of #E0ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ACFF

Black with #E0ACFF

Text Example


Text Example

White with #E0ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ACFF; }

 p { color: rgb(224,172,255); }

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

background-color css

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

 a { background-color: rgb(224,172,255); }

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

border-color css

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

 span { border-color: rgb(224,172,255); }

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