#E69DB0

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

Shades of Illusion #E69DB0

Tints of Illusion #E69DB0

Color information

#E69DB0 (or 0xE69DB0) is unknown color: approx Illusion. HEX triplet: E6, 9D and B0. RGB value is (230,157,176). Sum of RGB (Red+Green+Blue) = 230+157+176=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DB0 is #19624F. Grayscale: #B4B4B4. Windows color (decimal): -1663568 or 11574758. OLE color: 11574758.

HSL color Cylindrical-coordinate representation of color #E69DB0: hue angle of 344.38º 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 #E69DB0 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB230157176-
CMYK00.320.230.10
HSL344.38º59.35%75.88%-
HSV(B)344.38º31.74%90.2%-
XYZ52.5344.0746.81-
YUV180.99125.18162.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.85%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 176 (69.14% from 255) = 31.26%
R=40.85%
G=27.89%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015717600.320.230.10344.3859.3575.88
HexE69DB002017A1583b4c
Octal346235260040271253073114
Binary11100110100111011011000001000001011110101010110001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DB0; }

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

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

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

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

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

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

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

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