#EBA3B0

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

Shades of Illusion #EBA3B0

Tints of Illusion #EBA3B0

Color information

#EBA3B0 (or 0xEBA3B0) is unknown color: approx Illusion. HEX triplet: EB, A3 and B0. RGB value is (235,163,176). Sum of RGB (Red+Green+Blue) = 235+163+176=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA3B0 is #145C4F. Grayscale: #BABABA. Windows color (decimal): -1334352 or 11576299. OLE color: 11576299.

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

Color convert

RGB235163176-
CMYK00.310.250.08
HSL349.17º64.29%78.04%-
HSV(B)349.17º30.64%92.16%-
XYZ55.1946.9947.24-
YUV186.01122.35162.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 163 (64.06% from 255) = 28.40%
BLUE value IS 176 (69.14% from 255) = 30.66%
R=40.94%
G=28.40%
B=30.66%

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
Decimal23516317600.310.250.08349.1764.2978.04
HexEBA3B001F19815d404e
Octal3532432600373110535100116
Binary11101011101000111011000001111111001100010101110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3B0; }

 p { color: rgb(235,163,176); }

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

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

 a { background-color: rgb(235,163,176); }

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

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

 span { border-color: rgb(235,163,176); }

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