#E68DA4

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

Shades of Mauvelous #E68DA4

Tints of Mauvelous #E68DA4

Color information

#E68DA4 (or 0xE68DA4) is unknown color: approx Mauvelous. HEX triplet: E6, 8D and A4. RGB value is (230,141,164). Sum of RGB (Red+Green+Blue) = 230+141+164=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68DA4 is #19725B. Grayscale: #AAAAAA. Windows color (decimal): -1667676 or 10784230. OLE color: 10784230.

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

Color convert

RGB230141164-
CMYK00.390.290.10
HSL344.49º64.03%72.75%-
HSV(B)344.49º38.7%90.2%-
XYZ48.8638.5539.99-
YUV170.23124.49170.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.99%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 164 (64.45% from 255) = 30.65%
R=42.99%
G=26.36%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014116400.390.290.10344.4964.0372.75
HexE68DA40271DA1584049
Octal3462152440473512530100111
Binary111001101000110110100100010011111101101010101100010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DA4; }

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

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

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

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

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

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

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

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