#EBA1AD

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

Shades of Illusion #EBA1AD

Tints of Illusion #EBA1AD

Color information

#EBA1AD (or 0xEBA1AD) is unknown color: approx Illusion. HEX triplet: EB, A1 and AD. RGB value is (235,161,173). Sum of RGB (Red+Green+Blue) = 235+161+173=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA1AD is #145E52. Grayscale: #B8B8B8. Windows color (decimal): -1334867 or 11379179. OLE color: 11379179.

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

Color convert

RGB235161173-
CMYK00.310.260.08
HSL350.27º64.91%77.65%-
HSV(B)350.27º31.49%92.16%-
XYZ54.5546.1745.57-
YUV184.49121.52164.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 161 (63.28% from 255) = 28.30%
BLUE value IS 173 (67.97% from 255) = 30.40%
R=41.30%
G=28.30%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516117300.310.260.08350.2764.9177.65
HexEBA1AD01F1A815e414e
Octal3532412550373210536101116
Binary11101011101000011010110101111111010100010101111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1AD; }

 p { color: rgb(235,161,173); }

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

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

 a { background-color: rgb(235,161,173); }

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

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

 span { border-color: rgb(235,161,173); }

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