#EC90B3

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

Shades of Illusion #EC90B3

Tints of Illusion #EC90B3

Color information

#EC90B3 (or 0xEC90B3) is unknown color: approx Illusion. HEX triplet: EC, 90 and B3. RGB value is (236,144,179). Sum of RGB (Red+Green+Blue) = 236+144+179=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90B3 is #136F4C. Grayscale: #AFAFAF. Windows color (decimal): -1273677 or 11768044. OLE color: 11768044.

HSL color Cylindrical-coordinate representation of color #EC90B3: hue angle of 337.17º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC90B3 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB236144179-
CMYK00.390.240.07
HSL337.17º70.77%74.51%-
HSV(B)337.17º38.98%92.55%-
XYZ52.741.0347.79-
YUV175.5129.98171.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.22%
GREEN value IS 144 (56.64% from 255) = 25.76%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=42.22%
G=25.76%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614417900.390.240.07337.1770.7774.51
HexEC90B3027187151474b
Octal354220263047307521107113
Binary11101100100100001011001101001111100011110101000110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC90B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC90B3; }

 p { color: rgb(236,144,179); }

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

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

 a { background-color: rgb(236,144,179); }

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

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

 span { border-color: rgb(236,144,179); }

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