#E69CF7

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

Shades of Mauve #E69CF7

Tints of Mauve #E69CF7

Color information

#E69CF7 (or 0xE69CF7) is unknown color: approx Mauve. HEX triplet: E6, 9C and F7. RGB value is (230,156,247). Sum of RGB (Red+Green+Blue) = 230+156+247=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 156 (61.33% from 255 or 24.64% from 633); Blue value is 247 (96.88% from 255 or 39.02% from 633); Max value from RGB is 247 - color contains mainly: blue. Hex color #E69CF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69CF7 is #196308. Grayscale: #BCBCBC. Windows color (decimal): -1663753 or 16227558. OLE color: 16227558.

HSL color Cylindrical-coordinate representation of color #E69CF7: hue angle of 288.79º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69CF7 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB230156247-
CMYK0.070.3700.03
HSL288.79º85.05%79.02%-
HSV(B)288.79º36.84%96.86%-
XYZ61.3147.3293.9-
YUV188.5161.02157.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.33%
GREEN value IS 156 (61.33% from 255) = 24.64%
BLUE value IS 247 (96.88% from 255) = 39.02%
R=36.33%
G=24.64%
B=39.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2301562470.070.3700.03288.7985.0579.02
HexE69CF772503121554f
Octal34623436774503441125117
Binary11100110100111001111011111110010101110010000110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CF7; }

 p { color: rgb(230,156,247); }

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

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

 a { background-color: rgb(230,156,247); }

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

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

 span { border-color: rgb(230,156,247); }

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