#EB8DB2

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

Shades of Illusion #EB8DB2

Tints of Illusion #EB8DB2

Color information

#EB8DB2 (or 0xEB8DB2) is unknown color: approx Illusion. HEX triplet: EB, 8D and B2. RGB value is (235,141,178). Sum of RGB (Red+Green+Blue) = 235+141+178=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8DB2 is #14724D. Grayscale: #ADADAD. Windows color (decimal): -1339982 or 11701739. OLE color: 11701739.

HSL color Cylindrical-coordinate representation of color #EB8DB2: hue angle of 336.38º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8DB2 is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235141178-
CMYK00.40.240.08
HSL336.38º70.15%73.73%-
HSV(B)336.38º40%92.16%-
XYZ51.8239.9347.09-
YUV173.32130.64171.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 178 (69.92% from 255) = 32.13%
R=42.42%
G=25.45%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514117800.40.240.08336.3870.1573.73
HexEB8DB2028188150464a
Octal3532152620503010520106112
Binary111010111000110110110010010100011000100010101000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DB2; }

 p { color: rgb(235,141,178); }

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

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

 a { background-color: rgb(235,141,178); }

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

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

 span { border-color: rgb(235,141,178); }

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