Html Css Color HEX #E986DD Pale Magenta

📋 copy color: '#E986DD'

red 233 ◦ green 134 ◦ blue 221

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

Shades of Pale Magenta #E986DD

Tints of Pale Magenta #E986DD

RGB

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

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

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

R = 39.63%
G = 22.79%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E986DD (or 0xE986DD) is known color: Pale Magenta. HEX triplet: E9, 86 and DD. RGB value is (233,134,221). Sum of RGB (Red+Green+Blue) = 233+134+221=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 233 - color contains mainly: red. Hex color #E986DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986DD is #167922. Grayscale: #ADADAD. Windows color (decimal): -1472803 or 14517993. OLE color: 14517993.

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

Color convert

RGB 233 134 221 -
CMYK 0 0.42 0.05 0.09
HSL 307.27º 0.69% 0.72% -
HSV(B) 307.27º 0.42% 0.91% -
XYZ 55.18 39.59 73.14 -
YUV 173.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 233 134 221 0 0.42 0.05 0.09 307.27 0.69 0.72
Hex E9 86 DD 0 2A 5 9 133 45 48
Octal 351 206 335 0 52 5 11 463 105 110
Binary 11101001 10000110 11011101 0 101010 101 1001 100110011 1000101 1001000

Color Harmonies of #E986DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986DD

Black with #E986DD

Text Example


Text Example

White with #E986DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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