Html Css Color HEX #E986D6 Pale Magenta

📋 copy color: '#E986D6'

red 233 ◦ green 134 ◦ blue 214

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

Shades of Pale Magenta #E986D6

Tints of Pale Magenta #E986D6

RGB

 RED value IS 233 (91.41% from 255) = 40.1%

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

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

R = 40.1%
G = 23.06%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E986D6 (or 0xE986D6) is known color: Pale Magenta. HEX triplet: E9, 86 and D6. RGB value is (233,134,214). Sum of RGB (Red+Green+Blue) = 233+134+214=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E986D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986D6 is #167929. Grayscale: #ACACAC. Windows color (decimal): -1472810 or 14059241. OLE color: 14059241.

HSL color Cylindrical-coordinate representation of color #E986D6: hue angle of 311.52º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E986D6 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 134 214 -
CMYK 0 0.42 0.08 0.09
HSL 311.52º 0.69% 0.72% -
HSV(B) 311.52º 0.42% 0.91% -
XYZ 54.27 39.23 68.33 -
YUV 172.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 233 134 214 0 0.42 0.08 0.09 311.52 0.69 0.72
Hex E9 86 D6 0 2A 8 9 138 45 48
Octal 351 206 326 0 52 10 11 470 105 110
Binary 11101001 10000110 11010110 0 101010 1000 1001 100111000 1000101 1001000

Color Harmonies of #E986D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986D6

Black with #E986D6

Text Example


Text Example

White with #E986D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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