#E69FAD

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

Shades of Illusion #E69FAD

Tints of Illusion #E69FAD

Color information

#E69FAD (or 0xE69FAD) is unknown color: approx Illusion. HEX triplet: E6, 9F and AD. RGB value is (230,159,173). Sum of RGB (Red+Green+Blue) = 230+159+173=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69FAD is #196052. Grayscale: #B5B5B5. Windows color (decimal): -1663059 or 11378662. OLE color: 11378662.

HSL color Cylindrical-coordinate representation of color #E69FAD: hue angle of 348.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FAD is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230159173-
CMYK00.310.250.10
HSL348.17º58.68%76.27%-
HSV(B)348.17º30.87%90.2%-
XYZ52.5744.6445.38-
YUV181.82123.02162.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.93%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=40.93%
G=28.29%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015917300.310.250.10348.1758.6876.27
HexE69FAD01F19A15c3b4c
Octal346237255037311253473114
Binary1110011010011111101011010111111100110101010111001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FAD; }

 p { color: rgb(230,159,173); }

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

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

 a { background-color: rgb(230,159,173); }

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

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

 span { border-color: rgb(230,159,173); }

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