#EC9BA9

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

Shades of Illusion #EC9BA9

Tints of Illusion #EC9BA9

Color information

#EC9BA9 (or 0xEC9BA9) is unknown color: approx Illusion. HEX triplet: EC, 9B and A9. RGB value is (236,155,169). Sum of RGB (Red+Green+Blue) = 236+155+169=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9BA9 is #136456. Grayscale: #B4B4B4. Windows color (decimal): -1270871 or 11115500. OLE color: 11115500.

HSL color Cylindrical-coordinate representation of color #EC9BA9: hue angle of 349.63º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BA9 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236155169-
CMYK00.340.280.07
HSL349.63º68.07%76.67%-
HSV(B)349.63º34.32%92.55%-
XYZ53.4744.1443.24-
YUV180.81121.34167.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 155 (60.94% from 255) = 27.68%
BLUE value IS 169 (66.41% from 255) = 30.18%
R=42.14%
G=27.68%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615516900.340.280.07349.6368.0776.67
HexEC9BA90221C715e444d
Octal354233251042347536104115
Binary11101100100110111010100101000101110011110101111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BA9; }

 p { color: rgb(236,155,169); }

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

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

 a { background-color: rgb(236,155,169); }

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

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

 span { border-color: rgb(236,155,169); }

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