#E68AA1

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

Shades of Mauvelous #E68AA1

Tints of Mauvelous #E68AA1

Color information

#E68AA1 (or 0xE68AA1) is unknown color: approx Mauvelous. HEX triplet: E6, 8A and A1. RGB value is (230,138,161). Sum of RGB (Red+Green+Blue) = 230+138+161=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AA1 is #19755E. Grayscale: #A8A8A8. Windows color (decimal): -1668447 or 10586854. OLE color: 10586854.

HSL color Cylindrical-coordinate representation of color #E68AA1: hue angle of 345º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68AA1 is Cyan = 0, Magento = 0.4, Yellow = 0.3 and Black (K on CMYK) = 0.10.

Color convert

RGB230138161-
CMYK00.40.30.10
HSL345º64.79%72.16%-
HSV(B)345º40%90.2%-
XYZ48.1537.5738.43-
YUV168.13123.98172.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.48%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 161 (63.28% from 255) = 30.43%
R=43.48%
G=26.09%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.3
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013816100.40.30.1034564.7972.16
HexE68AA10281EA1594148
Octal3462122410503612531101110
Binary111001101000101010100001010100011110101010101100110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68AA1; }

 p { color: rgb(230,138,161); }

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

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

 a { background-color: rgb(230,138,161); }

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

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

 span { border-color: rgb(230,138,161); }

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