#E4ABFC

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

Shades of Mauve #E4ABFC

Tints of Mauve #E4ABFC

Color information

#E4ABFC (or 0xE4ABFC) is unknown color: approx Mauve. HEX triplet: E4, AB and FC. RGB value is (228,171,252). Sum of RGB (Red+Green+Blue) = 228+171+252=651 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.02% from 651); Green value is 171 (67.19% from 255 or 26.27% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ABFC is #1B5403. Grayscale: #C5C5C5. Windows color (decimal): -1790980 or 16559076. OLE color: 16559076.

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

Color convert

RGB228171252-
CMYK0.100.3200.01
HSL282.22º93.1%82.94%-
HSV(B)282.22º32.14%98.82%-
XYZ64.1352.6598.88-
YUV197.28158.88149.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.02%
GREEN value IS 171 (67.19% from 255) = 26.27%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=35.02%
G=26.27%
B=38.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281712520.100.3200.01282.2293.182.94
HexE4ABFCA200111a5d53
Octal344253374124001432135123
Binary11100100101010111111110010101000000110001101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ABFC; }

 p { color: rgb(228,171,252); }

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

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

 a { background-color: rgb(228,171,252); }

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

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

 span { border-color: rgb(228,171,252); }

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