#EB8AD6

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

Shades of Pale Magenta #EB8AD6

Tints of Pale Magenta #EB8AD6

Color information

#EB8AD6 (or 0xEB8AD6) is unknown color: approx Pale Magenta. HEX triplet: EB, 8A and D6. RGB value is (235,138,214). Sum of RGB (Red+Green+Blue) = 235+138+214=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8AD6 is #147529. Grayscale: #AFAFAF. Windows color (decimal): -1340714 or 14060267. OLE color: 14060267.

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

Color convert

RGB235138214-
CMYK00.410.090.08
HSL312.99º70.8%73.14%-
HSV(B)312.99º41.28%92.16%-
XYZ55.4940.6968.55-
YUV175.67149.64170.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 138 (54.30% from 255) = 23.51%
BLUE value IS 214 (83.98% from 255) = 36.46%
R=40.03%
G=23.51%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513821400.410.090.08312.9970.873.14
HexEB8AD6029981394749
Octal3532123260511110471107111
Binary11101011100010101101011001010011001100010011100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AD6; }

 p { color: rgb(235,138,214); }

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

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

 a { background-color: rgb(235,138,214); }

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

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

 span { border-color: rgb(235,138,214); }

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