#E69DA6

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

Shades of Mauvelous #E69DA6

Tints of Mauvelous #E69DA6

Color information

#E69DA6 (or 0xE69DA6) is unknown color: approx Mauvelous. HEX triplet: E6, 9D and A6. RGB value is (230,157,166). Sum of RGB (Red+Green+Blue) = 230+157+166=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DA6 is #196259. Grayscale: #B3B3B3. Windows color (decimal): -1663578 or 10919398. OLE color: 10919398.

HSL color Cylindrical-coordinate representation of color #E69DA6: hue angle of 352.6º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69DA6 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB230157166-
CMYK00.320.280.10
HSL352.6º59.35%75.88%-
HSV(B)352.6º31.74%90.2%-
XYZ51.5743.6941.79-
YUV179.85120.18163.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.59%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 166 (65.23% from 255) = 30.02%
R=41.59%
G=28.39%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015716600.320.280.10352.659.3575.88
HexE69DA60201CA1613b4c
Octal346235246040341254173114
Binary11100110100111011010011001000001110010101011000011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DA6; }

 p { color: rgb(230,157,166); }

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

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

 a { background-color: rgb(230,157,166); }

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

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

 span { border-color: rgb(230,157,166); }

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