#EB8DD3

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

Shades of Pale Magenta #EB8DD3

Tints of Pale Magenta #EB8DD3

Color information

#EB8DD3 (or 0xEB8DD3) is unknown color: approx Pale Magenta. HEX triplet: EB, 8D and D3. RGB value is (235,141,211). Sum of RGB (Red+Green+Blue) = 235+141+211=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DD3 is #14722C. Grayscale: #B0B0B0. Windows color (decimal): -1339949 or 13864427. OLE color: 13864427.

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

Color convert

RGB235141211-
CMYK00.40.100.08
HSL315.32º70.15%73.73%-
HSV(B)315.32º40%92.16%-
XYZ55.5441.4266.69-
YUV177.09147.14169.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 141 (55.47% from 255) = 24.02%
BLUE value IS 211 (82.81% from 255) = 35.95%
R=40.03%
G=24.02%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514121100.40.100.08315.3270.1573.73
HexEB8DD3028A813b464a
Octal3532153230501210473106112
Binary11101011100011011101001101010001010100010011101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DD3; }

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

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

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

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

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

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

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

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