#EB8DB1

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

Shades of Illusion #EB8DB1

Tints of Illusion #EB8DB1

Color information

#EB8DB1 (or 0xEB8DB1) is unknown color: approx Illusion. HEX triplet: EB, 8D and B1. RGB value is (235,141,177). Sum of RGB (Red+Green+Blue) = 235+141+177=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8DB1 is #14724E. Grayscale: #ADADAD. Windows color (decimal): -1339983 or 11636203. OLE color: 11636203.

HSL color Cylindrical-coordinate representation of color #EB8DB1: hue angle of 337.02º 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 #EB8DB1 is Cyan = 0, Magento = 0.4, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235141177-
CMYK00.40.250.08
HSL337.02º70.15%73.73%-
HSV(B)337.02º40%92.16%-
XYZ51.7239.8946.57-
YUV173.21130.14172.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=42.50%
G=25.50%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514117700.40.250.08337.0270.1573.73
HexEB8DB1028198151464a
Octal3532152610503110521106112
Binary111010111000110110110001010100011001100010101000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DB1; }

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

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

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

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

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

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

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

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