Html Css Color HEX #E986D9 Pale Magenta

📋 copy color: '#E986D9'

red 233 ◦ green 134 ◦ blue 217

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

Shades of Pale Magenta #E986D9

Tints of Pale Magenta #E986D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.16%

R = 39.9%
G = 22.95%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E986D9 (or 0xE986D9) is known color: Pale Magenta. HEX triplet: E9, 86 and D9. RGB value is (233,134,217). Sum of RGB (Red+Green+Blue) = 233+134+217=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E986D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986D9 is #167926. Grayscale: #ACACAC. Windows color (decimal): -1472807 or 14255849. OLE color: 14255849.

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

Color convert

RGB 233 134 217 -
CMYK 0 0.42 0.07 0.09
HSL 309.7º 0.69% 0.72% -
HSV(B) 309.7º 0.42% 0.91% -
XYZ 54.65 39.38 70.37 -
YUV 173.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 233 134 217 0 0.42 0.07 0.09 309.7 0.69 0.72
Hex E9 86 D9 0 2A 7 9 136 45 48
Octal 351 206 331 0 52 7 11 466 105 110
Binary 11101001 10000110 11011001 0 101010 111 1001 100110110 1000101 1001000

Color Harmonies of #E986D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986D9

Black with #E986D9

Text Example


Text Example

White with #E986D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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