Html Css Color HEX #E6ACFF Mauve

📋 copy color: '#E6ACFF'

red 230 ◦ green 172 ◦ blue 255

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

Shades of Mauve #E6ACFF

Tints of Mauve #E6ACFF

RGB

 RED value IS 230 (90.23% from 255) = 35.01%

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

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

R = 35.01%
G = 26.18%
B = 38.81%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6ACFF (or 0xE6ACFF) is known color: Mauve. HEX triplet: E6, AC and FF. RGB value is (230,172,255). Sum of RGB (Red+Green+Blue) = 230+172+255=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6ACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ACFF is #195300. Grayscale: #C6C6C6. Windows color (decimal): -1659649 or 16755942. OLE color: 16755942.

HSL color Cylindrical-coordinate representation of color #E6ACFF: hue angle of 281.93º 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 #E6ACFF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 172 255 -
CMYK 0.10 0.33 0 0
HSL 281.93º 1% 0.84% -
HSV(B) 281.93º 0.33% 1% -
XYZ 65.44 53.55 101.49 -
YUV 198.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 230 172 255 0.10 0.33 0 0 281.93 1 0.84
Hex E6 AC FF A 21 0 0 11A 64 54
Octal 346 254 377 12 41 0 0 432 144 124
Binary 11100110 10101100 11111111 1010 100001 0 0 100011010 1100100 1010100

Color Harmonies of #E6ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ACFF

Black with #E6ACFF

Text Example


Text Example

White with #E6ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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