Html Css Color HEX #EC86DC Pale Magenta

📋 copy color: '#EC86DC'

red 236 ◦ green 134 ◦ blue 220

#EC86DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #EC86DC

Tints of Pale Magenta #EC86DC

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 value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC86DC (or 0xEC86DC) is known color: 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

RGB 236 134 220 -
CMYK 0 0.43 0.07 0.07
HSL 309.41º 0.73% 0.73% -
HSV(B) 309.41º 0.43% 0.93% -
XYZ 56.04 40.05 72.49 -
YUV 174.3 153.79 172.01 -
System Red Green Blue C M Y K H S L
Decimal 236 134 220 0 0.43 0.07 0.07 309.41 0.73 0.73
Hex EC 86 DC 0 2B 7 7 135 49 49
Octal 354 206 334 0 53 7 7 465 111 111
Binary 11101100 10000110 11011100 0 101011 111 111 100110101 1001001 1001001

Color Harmonies of #EC86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC86DC

Black with #EC86DC

Text Example


Text Example

White with #EC86DC

Text Example


Text Example

HTML Codes & Css Web 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>