#EF86D7

Color #EF86D7 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #EF86D7

Tints of Pale Magenta #EF86D7

Color information

#EF86D7 (or 0xEF86D7) is unknown color: approx Pale Magenta. HEX triplet: EF, 86 and D7. RGB value is (239,134,215). Sum of RGB (Red+Green+Blue) = 239+134+215=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86D7 is #107928. Grayscale: #AEAEAE. Windows color (decimal): -1079593 or 14124783. OLE color: 14124783.

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

Color convert

RGB239134215-
CMYK00.440.100.06
HSL313.71º76.64%73.14%-
HSV(B)313.71º43.93%93.73%-
XYZ56.3940.3169.1-
YUV174.63150.79173.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 134 (52.73% from 255) = 22.79%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=40.65%
G=22.79%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913421500.440.100.06313.7176.6473.14
HexEF86D702CA613a4d49
Octal357206327054126472115111
Binary1110111110000110110101110101100101011010011101010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF86D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF86D7; }

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

 H1.HeaderClassName
 {
   color: #EF86D7;
 }
 .AnyTagClassName
 {
   color: #EF86D7;
 }
</style>
background-color css

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

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

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

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

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

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