Html Css Color HEX #EC86DB Pale Magenta

📋 copy color: '#EC86DB'

red 236 ◦ green 134 ◦ blue 219

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

Shades of Pale Magenta #EC86DB

Tints of Pale Magenta #EC86DB

RGB

 RED value IS 236 (92.58% from 255) = 40.07%

 GREEN value IS 134 (52.73% from 255) = 22.75%

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 40.07%
G = 22.75%
B = 37.18%

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

#EC86DB (or 0xEC86DB) is known color: Pale Magenta. HEX triplet: EC, 86 and DB. RGB value is (236,134,219). Sum of RGB (Red+Green+Blue) = 236+134+219=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86DB is #137924. Grayscale: #ADADAD. Windows color (decimal): -1276197 or 14386924. OLE color: 14386924.

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

Color convert

RGB 236 134 219 -
CMYK 0 0.43 0.07 0.07
HSL 310º 0.73% 0.73% -
HSV(B) 310º 0.43% 0.93% -
XYZ 55.9 40 71.79 -
YUV 174.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 236 134 219 0 0.43 0.07 0.07 310 0.73 0.73
Hex EC 86 DB 0 2B 7 7 136 49 49
Octal 354 206 333 0 53 7 7 466 111 111
Binary 11101100 10000110 11011011 0 101011 111 111 100110110 1001001 1001001

Color Harmonies of #EC86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC86DB

Black with #EC86DB

Text Example


Text Example

White with #EC86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC86DB; }

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

 H1.HeaderClassName
 {
   color: #EC86DB;
 }
 .AnyTagClassName
 {
   color: #EC86DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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