#EBA2B1

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

Shades of Illusion #EBA2B1

Tints of Illusion #EBA2B1

Color information

#EBA2B1 (or 0xEBA2B1) is unknown color: approx Illusion. HEX triplet: EB, A2 and B1. RGB value is (235,162,177). Sum of RGB (Red+Green+Blue) = 235+162+177=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA2B1 is #145D4E. Grayscale: #B9B9B9. Windows color (decimal): -1334607 or 11641579. OLE color: 11641579.

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

Color convert

RGB235162177-
CMYK00.310.250.08
HSL347.67º64.6%77.84%-
HSV(B)347.67º31.06%92.16%-
XYZ55.1246.6847.7-
YUV185.54123.18163.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 162 (63.67% from 255) = 28.22%
BLUE value IS 177 (69.53% from 255) = 30.84%
R=40.94%
G=28.22%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516217700.310.250.08347.6764.677.84
HexEBA2B101F19815c414e
Octal3532422610373110534101116
Binary11101011101000101011000101111111001100010101110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2B1; }

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

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

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

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

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

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

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

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