#EB8DD2

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

Shades of Pale Magenta #EB8DD2

Tints of Pale Magenta #EB8DD2

Color information

#EB8DD2 (or 0xEB8DD2) is unknown color: approx Pale Magenta. HEX triplet: EB, 8D and D2. RGB value is (235,141,210). Sum of RGB (Red+Green+Blue) = 235+141+210=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DD2 is #14722D. Grayscale: #B0B0B0. Windows color (decimal): -1339950 or 13798891. OLE color: 13798891.

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

Color convert

RGB235141210-
CMYK00.40.110.08
HSL315.96º70.15%73.73%-
HSV(B)315.96º40%92.16%-
XYZ55.4241.3766.04-
YUV176.97146.64169.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 141 (55.47% from 255) = 24.06%
BLUE value IS 210 (82.42% from 255) = 35.84%
R=40.10%
G=24.06%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514121000.40.110.08315.9670.1573.73
HexEB8DD2028B813c464a
Octal3532153220501310474106112
Binary11101011100011011101001001010001011100010011110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DD2; }

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

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

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

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

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

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

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

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