#E69BAD

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

Shades of Illusion #E69BAD

Tints of Illusion #E69BAD

Color information

#E69BAD (or 0xE69BAD) is unknown color: approx Illusion. HEX triplet: E6, 9B and AD. RGB value is (230,155,173). Sum of RGB (Red+Green+Blue) = 230+155+173=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69BAD is #196452. Grayscale: #B3B3B3. Windows color (decimal): -1664083 or 11377638. OLE color: 11377638.

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

Color convert

RGB230155173-
CMYK00.330.250.10
HSL345.6º60%75.49%-
HSV(B)345.6º32.61%90.2%-
XYZ51.943.2845.15-
YUV179.48124.35164.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.22%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=41.22%
G=27.78%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015517300.330.250.10345.66075.49
HexE69BAD02119A15a3c4b
Octal346233255041311253274113
Binary11100110100110111010110101000011100110101010110101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BAD; }

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

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

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

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

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

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

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

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