#EC8CB4

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

Shades of Illusion #EC8CB4

Tints of Illusion #EC8CB4

Color information

#EC8CB4 (or 0xEC8CB4) is unknown color: approx Illusion. HEX triplet: EC, 8C and B4. RGB value is (236,140,180). Sum of RGB (Red+Green+Blue) = 236+140+180=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CB4 is #13734B. Grayscale: #ADADAD. Windows color (decimal): -1274700 or 11832556. OLE color: 11832556.

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

Color convert

RGB236140180-
CMYK00.410.240.07
HSL335º71.64%73.73%-
HSV(B)335º40.68%92.55%-
XYZ52.2139.8848.13-
YUV173.26131.8172.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.45%
GREEN value IS 140 (55.08% from 255) = 25.18%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=42.45%
G=25.18%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614018000.410.240.0733571.6473.73
HexEC8CB402918714f484a
Octal354214264051307517110112
Binary11101100100011001011010001010011100011110100111110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8CB4; }

 p { color: rgb(236,140,180); }

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

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

 a { background-color: rgb(236,140,180); }

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

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

 span { border-color: rgb(236,140,180); }

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