#EBA2B7

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

Shades of Illusion #EBA2B7

Tints of Illusion #EBA2B7

Color information

#EBA2B7 (or 0xEBA2B7) is unknown color: approx Illusion. HEX triplet: EB, A2 and B7. RGB value is (235,162,183). Sum of RGB (Red+Green+Blue) = 235+162+183=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2B7 is #145D48. Grayscale: #BABABA. Windows color (decimal): -1334601 or 12034795. OLE color: 12034795.

HSL color Cylindrical-coordinate representation of color #EBA2B7: hue angle of 342.74º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA2B7 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB235162183-
CMYK00.310.220.08
HSL342.74º64.6%77.84%-
HSV(B)342.74º31.06%92.16%-
XYZ55.7346.9250.92-
YUV186.22126.18162.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 162 (63.67% from 255) = 27.93%
BLUE value IS 183 (71.88% from 255) = 31.55%
R=40.52%
G=27.93%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516218300.310.220.08342.7464.677.84
HexEBA2B701F168157414e
Octal3532422670372610527101116
Binary11101011101000101011011101111110110100010101011110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2B7; }

 p { color: rgb(235,162,183); }

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

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

 a { background-color: rgb(235,162,183); }

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

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

 span { border-color: rgb(235,162,183); }

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