#EB86D8

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

Shades of Pale Magenta #EB86D8

Tints of Pale Magenta #EB86D8

Color information

#EB86D8 (or 0xEB86D8) is unknown color: approx Pale Magenta. HEX triplet: EB, 86 and D8. RGB value is (235,134,216). Sum of RGB (Red+Green+Blue) = 235+134+216=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86D8 is #147927. Grayscale: #ADADAD. Windows color (decimal): -1341736 or 14190315. OLE color: 14190315.

HSL color Cylindrical-coordinate representation of color #EB86D8: hue angle of 311.29º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB86D8 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235134216-
CMYK00.430.080.08
HSL311.29º71.63%72.35%-
HSV(B)311.29º42.98%92.16%-
XYZ55.1839.6769.71-
YUV173.55151.96171.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 134 (52.73% from 255) = 22.91%
BLUE value IS 216 (84.77% from 255) = 36.92%
R=40.17%
G=22.91%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513421600.430.080.08311.2971.6372.35
HexEB86D802B881374848
Octal3532063300531010467110110
Binary11101011100001101101100001010111000100010011011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86D8; }

 p { color: rgb(235,134,216); }

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

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

 a { background-color: rgb(235,134,216); }

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

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

 span { border-color: rgb(235,134,216); }

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