#E68EA3

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

Shades of Mauvelous #E68EA3

Tints of Mauvelous #E68EA3

Color information

#E68EA3 (or 0xE68EA3) is unknown color: approx Mauvelous. HEX triplet: E6, 8E and A3. RGB value is (230,142,163). Sum of RGB (Red+Green+Blue) = 230+142+163=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E68EA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68EA3 is #19715C. Grayscale: #AAAAAA. Windows color (decimal): -1667421 or 10718950. OLE color: 10718950.

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

Color convert

RGB230142163-
CMYK00.380.290.10
HSL345.68º63.77%72.94%-
HSV(B)345.68º38.26%90.2%-
XYZ48.9238.8139.56-
YUV170.71123.65170.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.99%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 163 (64.06% from 255) = 30.47%
R=42.99%
G=26.54%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014216300.380.290.10345.6863.7772.94
HexE68EA30261DA15a4049
Octal3462162430463512532100111
Binary111001101000111010100011010011011101101010101101010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68EA3; }

 p { color: rgb(230,142,163); }

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

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

 a { background-color: rgb(230,142,163); }

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

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

 span { border-color: rgb(230,142,163); }

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