#EE86DF

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

Shades of Pale Magenta #EE86DF

Tints of Pale Magenta #EE86DF

Color information

#EE86DF (or 0xEE86DF) is unknown color: approx Pale Magenta. HEX triplet: EE, 86 and DF. RGB value is (238,134,223). Sum of RGB (Red+Green+Blue) = 238+134+223=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86DF is #117920. Grayscale: #AEAEAE. Windows color (decimal): -1145121 or 14649070. OLE color: 14649070.

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

Color convert

RGB238134223-
CMYK00.440.060.07
HSL308.65º75.36%72.94%-
HSV(B)308.65º43.7%93.33%-
XYZ57.140.5674.63-
YUV175.24154.96172.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 134 (52.73% from 255) = 22.52%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=40%
G=22.52%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813422300.440.060.07308.6575.3672.94
HexEE86DF02C671354b49
Octal35620633705467465113111
Binary111011101000011011011111010110011011110011010110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE86DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE86DF; }

 p { color: rgb(238,134,223); }

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

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

 a { background-color: rgb(238,134,223); }

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

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

 span { border-color: rgb(238,134,223); }

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