#E69BB0

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

Shades of Illusion #E69BB0

Tints of Illusion #E69BB0

Color information

#E69BB0 (or 0xE69BB0) is unknown color: approx Illusion. HEX triplet: E6, 9B and B0. RGB value is (230,155,176). Sum of RGB (Red+Green+Blue) = 230+155+176=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69BB0 is #19644F. Grayscale: #B3B3B3. Windows color (decimal): -1664080 or 11574246. OLE color: 11574246.

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

Color convert

RGB230155176-
CMYK00.330.230.10
HSL343.2º60%75.49%-
HSV(B)343.2º32.61%90.2%-
XYZ52.1943.446.7-
YUV179.82125.85163.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.00%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 176 (69.14% from 255) = 31.37%
R=41.00%
G=27.63%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015517600.330.230.10343.26075.49
HexE69BB002117A1573c4b
Octal346233260041271252774113
Binary11100110100110111011000001000011011110101010101111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BB0; }

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

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

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

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

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

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

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

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