#EB8DD9

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

Shades of Pale Magenta #EB8DD9

Tints of Pale Magenta #EB8DD9

Color information

#EB8DD9 (or 0xEB8DD9) is unknown color: approx Pale Magenta. HEX triplet: EB, 8D and D9. RGB value is (235,141,217). Sum of RGB (Red+Green+Blue) = 235+141+217=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DD9 is #147226. Grayscale: #B1B1B1. Windows color (decimal): -1339943 or 14257643. OLE color: 14257643.

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

Color convert

RGB235141217-
CMYK00.40.080.08
HSL311.49º70.15%73.73%-
HSV(B)311.49º40%92.16%-
XYZ56.3141.7270.73-
YUV177.77150.14168.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 141 (55.47% from 255) = 23.78%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=39.63%
G=23.78%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514121700.40.080.08311.4970.1573.73
HexEB8DD902888137464a
Octal3532153310501010467106112
Binary11101011100011011101100101010001000100010011011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DD9; }

 p { color: rgb(235,141,217); }

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

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

 a { background-color: rgb(235,141,217); }

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

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

 span { border-color: rgb(235,141,217); }

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