#E69BB4

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

Shades of Illusion #E69BB4

Tints of Illusion #E69BB4

Color information

#E69BB4 (or 0xE69BB4) is unknown color: approx Illusion. HEX triplet: E6, 9B and B4. RGB value is (230,155,180). Sum of RGB (Red+Green+Blue) = 230+155+180=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BB4 is #19644B. Grayscale: #B4B4B4. Windows color (decimal): -1664076 or 11836390. OLE color: 11836390.

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

Color convert

RGB230155180-
CMYK00.330.220.10
HSL340º60%75.49%-
HSV(B)340º32.61%90.2%-
XYZ52.5943.5648.82-
YUV180.28127.85163.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 155 (60.94% from 255) = 27.43%
BLUE value IS 180 (70.70% from 255) = 31.86%
R=40.71%
G=27.43%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015518000.330.220.103406075.49
HexE69BB402116A1543c4b
Octal346233264041261252474113
Binary11100110100110111011010001000011011010101010101001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BB4; }

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

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

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

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

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

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

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

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