#EBA4B4

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

Shades of Illusion #EBA4B4

Tints of Illusion #EBA4B4

Color information

#EBA4B4 (or 0xEBA4B4) is unknown color: approx Illusion. HEX triplet: EB, A4 and B4. RGB value is (235,164,180). Sum of RGB (Red+Green+Blue) = 235+164+180=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4B4 is #145B4B. Grayscale: #BBBBBB. Windows color (decimal): -1334092 or 11838699. OLE color: 11838699.

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

Color convert

RGB235164180-
CMYK00.300.230.08
HSL346.48º63.96%78.24%-
HSV(B)346.48º30.21%92.16%-
XYZ55.7747.5149.41-
YUV187.05124.02162.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 164 (64.45% from 255) = 28.32%
BLUE value IS 180 (70.70% from 255) = 31.09%
R=40.59%
G=28.32%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516418000.300.230.08346.4863.9678.24
HexEBA4B401E17815a404e
Octal3532442640362710532100116
Binary11101011101001001011010001111010111100010101101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4B4; }

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

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

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

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

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

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

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

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