#E69FB0

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

Shades of Illusion #E69FB0

Tints of Illusion #E69FB0

Color information

#E69FB0 (or 0xE69FB0) is unknown color: approx Illusion. HEX triplet: E6, 9F and B0. RGB value is (230,159,176). Sum of RGB (Red+Green+Blue) = 230+159+176=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69FB0 is #19604F. Grayscale: #B6B6B6. Windows color (decimal): -1663056 or 11575270. OLE color: 11575270.

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

Color convert

RGB230159176-
CMYK00.310.230.10
HSL345.63º58.68%76.27%-
HSV(B)345.63º30.87%90.2%-
XYZ52.8744.7546.93-
YUV182.17124.52162.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 176 (69.14% from 255) = 31.15%
R=40.71%
G=28.14%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015917600.310.230.10345.6358.6876.27
HexE69FB001F17A15a3b4c
Octal346237260037271253273114
Binary1110011010011111101100000111111011110101010110101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FB0; }

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

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

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

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

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

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

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

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