Html Css Color HEX #EC86DD Pale Magenta

📋 copy color: '#EC86DD'

red 236 ◦ green 134 ◦ blue 221

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

Shades of Pale Magenta #EC86DD

Tints of Pale Magenta #EC86DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.39%

R = 39.93%
G = 22.67%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC86DD (or 0xEC86DD) is known color: Pale Magenta. HEX triplet: EC, 86 and DD. RGB value is (236,134,221). Sum of RGB (Red+Green+Blue) = 236+134+221=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86DD is #137922. Grayscale: #AEAEAE. Windows color (decimal): -1276195 or 14517996. OLE color: 14517996.

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

Color convert

RGB 236 134 221 -
CMYK 0 0.43 0.06 0.07
HSL 308.82º 0.73% 0.73% -
HSV(B) 308.82º 0.43% 0.93% -
XYZ 56.17 40.1 73.19 -
YUV 174.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 236 134 221 0 0.43 0.06 0.07 308.82 0.73 0.73
Hex EC 86 DD 0 2B 6 7 135 49 49
Octal 354 206 335 0 53 6 7 465 111 111
Binary 11101100 10000110 11011101 0 101011 110 111 100110101 1001001 1001001

Color Harmonies of #EC86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC86DD

Black with #EC86DD

Text Example


Text Example

White with #EC86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC86DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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