#EB9EAD

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

Shades of Illusion #EB9EAD

Tints of Illusion #EB9EAD

Color information

#EB9EAD (or 0xEB9EAD) is unknown color: approx Illusion. HEX triplet: EB, 9E and AD. RGB value is (235,158,173). Sum of RGB (Red+Green+Blue) = 235+158+173=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9EAD is #146152. Grayscale: #B6B6B6. Windows color (decimal): -1335635 or 11378411. OLE color: 11378411.

HSL color Cylindrical-coordinate representation of color #EB9EAD: hue angle of 348.31º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9EAD is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235158173-
CMYK00.330.260.08
HSL348.31º65.81%77.06%-
HSV(B)348.31º32.77%92.16%-
XYZ54.0345.1345.4-
YUV182.73122.51165.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 158 (62.11% from 255) = 27.92%
BLUE value IS 173 (67.97% from 255) = 30.57%
R=41.52%
G=27.92%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515817300.330.260.08348.3165.8177.06
HexEB9EAD0211A815c424d
Octal3532362550413210534102115
Binary111010111001111010101101010000111010100010101110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EAD; }

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

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

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

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

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

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

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

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