#EC86B0

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

Shades of Illusion #EC86B0

Tints of Illusion #EC86B0

Color information

#EC86B0 (or 0xEC86B0) is unknown color: approx Illusion. HEX triplet: EC, 86 and B0. RGB value is (236,134,176). Sum of RGB (Red+Green+Blue) = 236+134+176=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC86B0 is #13794F. Grayscale: #A9A9A9. Windows color (decimal): -1276240 or 11568876. OLE color: 11568876.

HSL color Cylindrical-coordinate representation of color #EC86B0: hue angle of 335.29º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC86B0 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB236134176-
CMYK00.430.250.07
HSL335.29º72.86%72.55%-
HSV(B)335.29º43.22%92.55%-
XYZ50.9538.0245.73-
YUV169.29131.79175.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 134 (52.73% from 255) = 24.54%
BLUE value IS 176 (69.14% from 255) = 32.23%
R=43.22%
G=24.54%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613417600.430.250.07335.2972.8672.55
HexEC86B002B19714f4949
Octal354206260053317517111111
Binary11101100100001101011000001010111100111110100111110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC86B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC86B0; }

 p { color: rgb(236,134,176); }

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

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

 a { background-color: rgb(236,134,176); }

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

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

 span { border-color: rgb(236,134,176); }

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