#EF86E1

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

Shades of Pale Magenta #EF86E1

Tints of Pale Magenta #EF86E1

Color information

#EF86E1 (or 0xEF86E1) is unknown color: approx Pale Magenta. HEX triplet: EF, 86 and E1. RGB value is (239,134,225). Sum of RGB (Red+Green+Blue) = 239+134+225=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 134 (52.73% from 255 or 22.41% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86E1 is #10791E. Grayscale: #AFAFAF. Windows color (decimal): -1079583 or 14780143. OLE color: 14780143.

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

Color convert

RGB239134225-
CMYK00.440.060.06
HSL308º76.64%73.14%-
HSV(B)308º43.93%93.73%-
XYZ57.7140.8476.07-
YUV175.77155.79173.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 134 (52.73% from 255) = 22.41%
BLUE value IS 225 (88.28% from 255) = 37.63%
R=39.97%
G=22.41%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913422500.440.060.0630876.6473.14
HexEF86E102C661344d49
Octal35720634105466464115111
Binary111011111000011011100001010110011011010011010010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF86E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF86E1; }

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

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

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

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

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

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

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

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