#E6ACFD

Color #E6ACFD Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #E6ACFD

Tints of Mauve #E6ACFD

Color information

#E6ACFD (or 0xE6ACFD) is unknown color: approx Mauve. HEX triplet: E6, AC and FD. RGB value is (230,172,253). Sum of RGB (Red+Green+Blue) = 230+172+253=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 172 (67.58% from 255 or 26.26% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6ACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ACFD is #195302. Grayscale: #C6C6C6. Windows color (decimal): -1659651 or 16624870. OLE color: 16624870.

HSL color Cylindrical-coordinate representation of color #E6ACFD: hue angle of 282.96º degrees, saturation: 0.95, 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 #E6ACFD is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230172253-
CMYK0.090.3200.01
HSL282.96º95.29%83.33%-
HSV(B)282.96º32.02%99.22%-
XYZ65.1253.4299.81-
YUV198.58158.72150.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.11%
GREEN value IS 172 (67.58% from 255) = 26.26%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=35.11%
G=26.26%
B=38.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2301722530.090.3200.01282.9695.2983.33
HexE6ACFD9200111b5f53
Octal346254375114001433137123
Binary11100110101011001111110110011000000110001101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACFD; }

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

 H1.HeaderClassName
 {
   color: #E6ACFD;
 }
 .AnyTagClassName
 {
   color: #E6ACFD;
 }
</style>
background-color css

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

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

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

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

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

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