#E69BFD

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

Shades of Mauve #E69BFD

Tints of Mauve #E69BFD

Color information

#E69BFD (or 0xE69BFD) is unknown color: approx Mauve. HEX triplet: E6, 9B and FD. RGB value is (230,155,253). Sum of RGB (Red+Green+Blue) = 230+155+253=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 155 (60.94% from 255 or 24.29% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #E69BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69BFD is #196402. Grayscale: #BCBCBC. Windows color (decimal): -1664003 or 16620518. OLE color: 16620518.

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

Color convert

RGB230155253-
CMYK0.090.3900.01
HSL285.92º96.08%80%-
HSV(B)285.92º38.74%99.22%-
XYZ62.0847.3698.8-
YUV188.6164.35157.53-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.05%
GREEN value IS 155 (60.94% from 255) = 24.29%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=36.05%
G=24.29%
B=39.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2301552530.090.3900.01285.9296.0880
HexE69BFD9270111e6050
Octal346233375114701436140120
Binary11100110100110111111110110011001110110001111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BFD; }

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

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

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

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

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

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

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

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