#E69DB5

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

Shades of Illusion #E69DB5

Tints of Illusion #E69DB5

Color information

#E69DB5 (or 0xE69DB5) is unknown color: approx Illusion. HEX triplet: E6, 9D and B5. RGB value is (230,157,181). Sum of RGB (Red+Green+Blue) = 230+157+181=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DB5 is #19624A. Grayscale: #B5B5B5. Windows color (decimal): -1663563 or 11902438. OLE color: 11902438.

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

Color convert

RGB230157181-
CMYK00.320.210.10
HSL340.27º59.35%75.88%-
HSV(B)340.27º31.74%90.2%-
XYZ53.0344.2749.47-
YUV181.56127.68162.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.49%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=40.49%
G=27.64%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015718100.320.210.10340.2759.3575.88
HexE69DB502015A1543b4c
Octal346235265040251252473114
Binary11100110100111011011010101000001010110101010101001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DB5; }

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

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

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

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

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

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

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

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