#EC9BAF

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

Shades of Illusion #EC9BAF

Tints of Illusion #EC9BAF

Color information

#EC9BAF (or 0xEC9BAF) is unknown color: approx Illusion. HEX triplet: EC, 9B and AF. RGB value is (236,155,175). Sum of RGB (Red+Green+Blue) = 236+155+175=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9BAF is #136450. Grayscale: #B5B5B5. Windows color (decimal): -1270865 or 11508716. OLE color: 11508716.

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

Color convert

RGB236155175-
CMYK00.340.260.07
HSL345.19º68.07%76.67%-
HSV(B)345.19º34.32%92.55%-
XYZ54.0544.3746.27-
YUV181.5124.34166.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.70%
GREEN value IS 155 (60.94% from 255) = 27.39%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=41.70%
G=27.39%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615517500.340.260.07345.1968.0776.67
HexEC9BAF0221A7159444d
Octal354233257042327531104115
Binary11101100100110111010111101000101101011110101100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BAF; }

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

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

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

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

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

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

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

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