Html Css Color HEX #EF86DB Pale Magenta

📋 copy color: '#EF86DB'

red 239 ◦ green 134 ◦ blue 219

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

Shades of Pale Magenta #EF86DB

Tints of Pale Magenta #EF86DB

RGB

 RED value IS 239 (93.75% from 255) = 40.37%

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

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

R = 40.37%
G = 22.64%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF86DB (or 0xEF86DB) is known color: Pale Magenta. HEX triplet: EF, 86 and DB. RGB value is (239,134,219). Sum of RGB (Red+Green+Blue) = 239+134+219=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86DB is #107924. Grayscale: #AEAEAE. Windows color (decimal): -1079589 or 14386927. OLE color: 14386927.

HSL color Cylindrical-coordinate representation of color #EF86DB: hue angle of 311.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF86DB is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 134 219 -
CMYK 0 0.44 0.08 0.06
HSL 311.43º 0.77% 0.73% -
HSV(B) 311.43º 0.44% 0.94% -
XYZ 56.91 40.52 71.84 -
YUV 175.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 239 134 219 0 0.44 0.08 0.06 311.43 0.77 0.73
Hex EF 86 DB 0 2C 8 6 137 4D 49
Octal 357 206 333 0 54 10 6 467 115 111
Binary 11101111 10000110 11011011 0 101100 1000 110 100110111 1001101 1001001

Color Harmonies of #EF86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF86DB

Black with #EF86DB

Text Example


Text Example

White with #EF86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF86DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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