#EB9AAD

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

Shades of Illusion #EB9AAD

Tints of Illusion #EB9AAD

Color information

#EB9AAD (or 0xEB9AAD) is unknown color: approx Illusion. HEX triplet: EB, 9A and AD. RGB value is (235,154,173). Sum of RGB (Red+Green+Blue) = 235+154+173=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9AAD is #146552. Grayscale: #B4B4B4. Windows color (decimal): -1336659 or 11377387. OLE color: 11377387.

HSL color Cylindrical-coordinate representation of color #EB9AAD: hue angle of 345.93º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9AAD is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235154173-
CMYK00.340.260.08
HSL345.93º66.94%76.27%-
HSV(B)345.93º34.47%92.16%-
XYZ53.3643.7945.18-
YUV180.39123.84166.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=41.81%
G=27.40%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515417300.340.260.08345.9366.9476.27
HexEB9AAD0221A815a434c
Octal3532322550423210532103114
Binary111010111001101010101101010001011010100010101101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AAD; }

 p { color: rgb(235,154,173); }

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

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

 a { background-color: rgb(235,154,173); }

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

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

 span { border-color: rgb(235,154,173); }

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