Html Css Color HEX #E986D8 Pale Magenta

📋 copy color: '#E986D8'

red 233 ◦ green 134 ◦ blue 216

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

Shades of Pale Magenta #E986D8

Tints of Pale Magenta #E986D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.05%

R = 39.97%
G = 22.98%
B = 37.05%

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

#E986D8 (or 0xE986D8) is known color: Pale Magenta. HEX triplet: E9, 86 and D8. RGB value is (233,134,216). Sum of RGB (Red+Green+Blue) = 233+134+216=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E986D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986D8 is #167927. Grayscale: #ACACAC. Windows color (decimal): -1472808 or 14190313. OLE color: 14190313.

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

Color convert

RGB 233 134 216 -
CMYK 0 0.42 0.07 0.09
HSL 310.3º 0.69% 0.72% -
HSV(B) 310.3º 0.42% 0.91% -
XYZ 54.52 39.33 69.68 -
YUV 172.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 233 134 216 0 0.42 0.07 0.09 310.3 0.69 0.72
Hex E9 86 D8 0 2A 7 9 136 45 48
Octal 351 206 330 0 52 7 11 466 105 110
Binary 11101001 10000110 11011000 0 101010 111 1001 100110110 1000101 1001000

Color Harmonies of #E986D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986D8

Black with #E986D8

Text Example


Text Example

White with #E986D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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