#EC86DC

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

Shades of Pale Magenta #EC86DC

Tints of Pale Magenta #EC86DC

Color information

#EC86DC (or 0xEC86DC) is unknown color: approx Pale Magenta. HEX triplet: EC, 86 and DC. RGB value is (236,134,220). Sum of RGB (Red+Green+Blue) = 236+134+220=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 134 (52.73% from 255 or 22.71% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86DC is #137923. Grayscale: #AEAEAE. Windows color (decimal): -1276196 or 14452460. OLE color: 14452460.

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

Color convert

RGB236134220-
CMYK00.430.070.07
HSL309.41º72.86%72.55%-
HSV(B)309.41º43.22%92.55%-
XYZ56.0440.0572.49-
YUV174.3153.79172.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40%
GREEN value IS 134 (52.73% from 255) = 22.71%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=40%
G=22.71%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613422000.430.070.07309.4172.8672.55
HexEC86DC02B771354949
Octal35420633405377465111111
Binary111011001000011011011100010101111111110011010110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC86DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC86DC; }

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

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

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

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

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

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

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

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