#EBA4B9

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

Shades of Illusion #EBA4B9

Tints of Illusion #EBA4B9

Color information

#EBA4B9 (or 0xEBA4B9) is unknown color: approx Illusion. HEX triplet: EB, A4 and B9. RGB value is (235,164,185). Sum of RGB (Red+Green+Blue) = 235+164+185=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4B9 is #145B46. Grayscale: #BBBBBB. Windows color (decimal): -1334087 or 12166379. OLE color: 12166379.

HSL color Cylindrical-coordinate representation of color #EBA4B9: hue angle of 342.25º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4B9 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235164185-
CMYK00.300.210.08
HSL342.25º63.96%78.24%-
HSV(B)342.25º30.21%92.16%-
XYZ56.2947.7252.14-
YUV187.62126.52161.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=40.24%
G=28.08%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516418500.300.210.08342.2563.9678.24
HexEBA4B901E158156404e
Octal3532442710362510526100116
Binary11101011101001001011100101111010101100010101011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4B9; }

 p { color: rgb(235,164,185); }

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

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

 a { background-color: rgb(235,164,185); }

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

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

 span { border-color: rgb(235,164,185); }

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