Html Css Color HEX #EC86D6 Pale Magenta

📋 copy color: '#EC86D6'

red 236 ◦ green 134 ◦ blue 214

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

Shades of Pale Magenta #EC86D6

Tints of Pale Magenta #EC86D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.64%

R = 40.41%
G = 22.95%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC86D6 (or 0xEC86D6) is known color: Pale Magenta. HEX triplet: EC, 86 and D6. RGB value is (236,134,214). Sum of RGB (Red+Green+Blue) = 236+134+214=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86D6 is #137929. Grayscale: #ADADAD. Windows color (decimal): -1276202 or 14059244. OLE color: 14059244.

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

Color convert

RGB 236 134 214 -
CMYK 0 0.43 0.09 0.07
HSL 312.94º 0.73% 0.73% -
HSV(B) 312.94º 0.43% 0.93% -
XYZ 55.25 39.74 68.38 -
YUV 173.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 236 134 214 0 0.43 0.09 0.07 312.94 0.73 0.73
Hex EC 86 D6 0 2B 9 7 139 49 49
Octal 354 206 326 0 53 11 7 471 111 111
Binary 11101100 10000110 11010110 0 101011 1001 111 100111001 1001001 1001001

Color Harmonies of #EC86D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC86D6

Black with #EC86D6

Text Example


Text Example

White with #EC86D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC86D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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