#E69BFA

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

Shades of Mauve #E69BFA

Tints of Mauve #E69BFA

Color information

#E69BFA (or 0xE69BFA) is unknown color: approx Mauve. HEX triplet: E6, 9B and FA. RGB value is (230,155,250). Sum of RGB (Red+Green+Blue) = 230+155+250=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 155 (60.94% from 255 or 24.41% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #E69BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69BFA is #196405. Grayscale: #BBBBBB. Windows color (decimal): -1664006 or 16423910. OLE color: 16423910.

HSL color Cylindrical-coordinate representation of color #E69BFA: hue angle of 287.37º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E69BFA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230155250-
CMYK0.080.3800.02
HSL287.37º90.48%79.41%-
HSV(B)287.37º38%98.04%-
XYZ61.6147.1796.3-
YUV188.26162.85157.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.22%
GREEN value IS 155 (60.94% from 255) = 24.41%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=36.22%
G=24.41%
B=39.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301552500.080.3800.02287.3790.4879.41
HexE69BFA8260211f5a4f
Octal346233372104602437132117
Binary111001101001101111111010100010011001010001111110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BFA; }

 p { color: rgb(230,155,250); }

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

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

 a { background-color: rgb(230,155,250); }

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

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

 span { border-color: rgb(230,155,250); }

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