#e693a4

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

Shades of Mauvelous #E693A4

Tints of Mauvelous #E693A4

Color information

#E693A4 (or 0xE693A4) is unknown color: approx Mauvelous. HEX triplet: E6, 93 and A4. RGB value is (230,147,164). Sum of RGB (Red+Green+Blue) = 230+147+164=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E693A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E693A4 is #196C5B. Grayscale: #ADADAD. Windows color (decimal): -1666140 or 10785766. OLE color: 10785766.

HSL color Cylindrical-coordinate representation of color #E693A4: hue angle of 347.71º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E693A4 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB230147164-
CMYK00.360.290.10
HSL347.71º62.41%73.92%-
HSV(B)347.71º36.09%90.2%-
XYZ49.7740.3740.29-
YUV173.76122.5168.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.51%
GREEN value IS 147 (57.81% from 255) = 27.17%
BLUE value IS 164 (64.45% from 255) = 30.31%
R=42.51%
G=27.17%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014716400.360.290.10347.7162.4173.92
HexE693A40241DA15c3e4a
Octal346223244044351253476112
Binary11100110100100111010010001001001110110101010111001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e693a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e693a4; }

 p { color: rgb(230,147,164); }

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

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

 a { background-color: rgb(230,147,164); }

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

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

 span { border-color: rgb(230,147,164); }

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