#E69FB3

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

Shades of Illusion #E69FB3

Tints of Illusion #E69FB3

Color information

#E69FB3 (or 0xE69FB3) is unknown color: approx Illusion. HEX triplet: E6, 9F and B3. RGB value is (230,159,179). Sum of RGB (Red+Green+Blue) = 230+159+179=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FB3 is #19604C. Grayscale: #B6B6B6. Windows color (decimal): -1663053 or 11771878. OLE color: 11771878.

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

Color convert

RGB230159179-
CMYK00.310.220.10
HSL343.1º58.68%76.27%-
HSV(B)343.1º30.87%90.2%-
XYZ53.1744.8748.51-
YUV182.51126.02161.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.49%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 179 (70.31% from 255) = 31.51%
R=40.49%
G=27.99%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015917900.310.220.10343.158.6876.27
HexE69FB301F16A1573b4c
Octal346237263037261252773114
Binary1110011010011111101100110111111011010101010101111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FB3; }

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

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

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

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

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

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

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

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