Html Css Color HEX #E986DB Pale Magenta

📋 copy color: '#E986DB'

red 233 ◦ green 134 ◦ blue 219

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

Shades of Pale Magenta #E986DB

Tints of Pale Magenta #E986DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.37%

R = 39.76%
G = 22.87%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E986DB (or 0xE986DB) is known color: Pale Magenta. HEX triplet: E9, 86 and DB. RGB value is (233,134,219). Sum of RGB (Red+Green+Blue) = 233+134+219=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E986DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986DB is #167924. Grayscale: #ADADAD. Windows color (decimal): -1472805 or 14386921. OLE color: 14386921.

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

Color convert

RGB 233 134 219 -
CMYK 0 0.42 0.06 0.09
HSL 308.48º 0.69% 0.72% -
HSV(B) 308.48º 0.42% 0.91% -
XYZ 54.92 39.49 71.75 -
YUV 173.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 233 134 219 0 0.42 0.06 0.09 308.48 0.69 0.72
Hex E9 86 DB 0 2A 6 9 134 45 48
Octal 351 206 333 0 52 6 11 464 105 110
Binary 11101001 10000110 11011011 0 101010 110 1001 100110100 1000101 1001000

Color Harmonies of #E986DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986DB

Black with #E986DB

Text Example


Text Example

White with #E986DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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