#EB86D2

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

Shades of Pale Magenta #EB86D2

Tints of Pale Magenta #EB86D2

Color information

#EB86D2 (or 0xEB86D2) is unknown color: approx Pale Magenta. HEX triplet: EB, 86 and D2. RGB value is (235,134,210). Sum of RGB (Red+Green+Blue) = 235+134+210=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86D2 is #14792D. Grayscale: #ACACAC. Windows color (decimal): -1341742 or 13797099. OLE color: 13797099.

HSL color Cylindrical-coordinate representation of color #EB86D2: hue angle of 314.85º 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 #EB86D2 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235134210-
CMYK00.430.110.08
HSL314.85º71.63%72.35%-
HSV(B)314.85º42.98%92.16%-
XYZ54.4239.3765.7-
YUV172.86148.96172.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 134 (52.73% from 255) = 23.14%
BLUE value IS 210 (82.42% from 255) = 36.27%
R=40.59%
G=23.14%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513421000.430.110.08314.8571.6372.35
HexEB86D202BB813b4848
Octal3532063220531310473110110
Binary11101011100001101101001001010111011100010011101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86D2; }

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

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

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

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

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

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

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

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