#EE86DE

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

Shades of Pale Magenta #EE86DE

Tints of Pale Magenta #EE86DE

Color information

#EE86DE (or 0xEE86DE) is unknown color: approx Pale Magenta. HEX triplet: EE, 86 and DE. RGB value is (238,134,222). Sum of RGB (Red+Green+Blue) = 238+134+222=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 134 (52.73% from 255 or 22.56% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86DE is #117921. Grayscale: #AEAEAE. Windows color (decimal): -1145122 or 14583534. OLE color: 14583534.

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

Color convert

RGB238134222-
CMYK00.440.070.07
HSL309.23º75.36%72.94%-
HSV(B)309.23º43.7%93.33%-
XYZ56.9740.573.92-
YUV175.13154.46172.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.07%
GREEN value IS 134 (52.73% from 255) = 22.56%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=40.07%
G=22.56%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813422200.440.070.07309.2375.3672.94
HexEE86DE02C771354b49
Octal35620633605477465113111
Binary111011101000011011011110010110011111110011010110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE86DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE86DE; }

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

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

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

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

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

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

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

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