#E69BFC

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

Shades of Mauve #E69BFC

Tints of Mauve #E69BFC

Color information

#E69BFC (or 0xE69BFC) is unknown color: approx Mauve. HEX triplet: E6, 9B and FC. RGB value is (230,155,252). Sum of RGB (Red+Green+Blue) = 230+155+252=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 155 (60.94% from 255 or 24.33% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #E69BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69BFC is #196403. Grayscale: #BCBCBC. Windows color (decimal): -1664004 or 16554982. OLE color: 16554982.

HSL color Cylindrical-coordinate representation of color #E69BFC: hue angle of 286.39º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E69BFC is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230155252-
CMYK0.090.3800.01
HSL286.39º94.17%79.8%-
HSV(B)286.39º38.49%98.82%-
XYZ61.9347.2997.96-
YUV188.48163.85157.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.11%
GREEN value IS 155 (60.94% from 255) = 24.33%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=36.11%
G=24.33%
B=39.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2301552520.090.3800.01286.3994.1779.8
HexE69BFC9260111e5e50
Octal346233374114601436136120
Binary11100110100110111111110010011001100110001111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BFC; }

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

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

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

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

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

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

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

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