#EC8BB1

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

Shades of Illusion #EC8BB1

Tints of Illusion #EC8BB1

Color information

#EC8BB1 (or 0xEC8BB1) is unknown color: approx Illusion. HEX triplet: EC, 8B and B1. RGB value is (236,139,177). Sum of RGB (Red+Green+Blue) = 236+139+177=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8BB1 is #13744E. Grayscale: #ACACAC. Windows color (decimal): -1274959 or 11635692. OLE color: 11635692.

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

Color convert

RGB236139177-
CMYK00.410.250.07
HSL336.49º71.85%73.53%-
HSV(B)336.49º41.1%92.55%-
XYZ51.7639.4746.49-
YUV172.33130.64173.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.75%
GREEN value IS 139 (54.69% from 255) = 25.18%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=42.75%
G=25.18%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613917700.410.250.07336.4971.8573.53
HexEC8BB1029197150484a
Octal354213261051317520110112
Binary11101100100010111011000101010011100111110101000010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8BB1; }

 p { color: rgb(236,139,177); }

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

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

 a { background-color: rgb(236,139,177); }

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

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

 span { border-color: rgb(236,139,177); }

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