#E6A4B5

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

Shades of Illusion #E6A4B5

Tints of Illusion #E6A4B5

Color information

#E6A4B5 (or 0xE6A4B5) is unknown color: approx Illusion. HEX triplet: E6, A4 and B5. RGB value is (230,164,181). Sum of RGB (Red+Green+Blue) = 230+164+181=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A4B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A4B5 is #195B4A. Grayscale: #B9B9B9. Windows color (decimal): -1661771 or 11904230. OLE color: 11904230.

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

Color convert

RGB230164181-
CMYK00.290.210.10
HSL344.55º56.9%77.25%-
HSV(B)344.55º28.7%90.2%-
XYZ54.2546.7149.87-
YUV185.67125.37159.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40%
GREEN value IS 164 (64.45% from 255) = 28.52%
BLUE value IS 181 (71.09% from 255) = 31.48%
R=40%
G=28.52%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016418100.290.210.10344.5556.977.25
HexE6A4B501D15A159394d
Octal346244265035251253171115
Binary1110011010100100101101010111011010110101010110011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A4B5; }

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

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

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

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

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

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

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

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