Html Css Color HEX #EC86E1 Pale Magenta

📋 copy color: '#EC86E1'

red 236 ◦ green 134 ◦ blue 225

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

Shades of Pale Magenta #EC86E1

Tints of Pale Magenta #EC86E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.82%

R = 39.66%
G = 22.52%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC86E1 (or 0xEC86E1) is known color: Pale Magenta. HEX triplet: EC, 86 and E1. RGB value is (236,134,225). Sum of RGB (Red+Green+Blue) = 236+134+225=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86E1 is #13791E. Grayscale: #AEAEAE. Windows color (decimal): -1276191 or 14780140. OLE color: 14780140.

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

Color convert

RGB 236 134 225 -
CMYK 0 0.43 0.05 0.07
HSL 306.47º 0.73% 0.73% -
HSV(B) 306.47º 0.43% 0.93% -
XYZ 56.71 40.32 76.03 -
YUV 174.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 236 134 225 0 0.43 0.05 0.07 306.47 0.73 0.73
Hex EC 86 E1 0 2B 5 7 132 49 49
Octal 354 206 341 0 53 5 7 462 111 111
Binary 11101100 10000110 11100001 0 101011 101 111 100110010 1001001 1001001

Color Harmonies of #EC86E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC86E1

Black with #EC86E1

Text Example


Text Example

White with #EC86E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC86E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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