#EB8DD7

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

Shades of Pale Magenta #EB8DD7

Tints of Pale Magenta #EB8DD7

Color information

#EB8DD7 (or 0xEB8DD7) is unknown color: approx Pale Magenta. HEX triplet: EB, 8D and D7. RGB value is (235,141,215). Sum of RGB (Red+Green+Blue) = 235+141+215=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DD7 is #147228. Grayscale: #B1B1B1. Windows color (decimal): -1339945 or 14126571. OLE color: 14126571.

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

Color convert

RGB235141215-
CMYK00.40.090.08
HSL312.77º70.15%73.73%-
HSV(B)312.77º40%92.16%-
XYZ56.0541.6269.37-
YUV177.54149.14168.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 141 (55.47% from 255) = 23.86%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=39.76%
G=23.86%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514121500.40.090.08312.7770.1573.73
HexEB8DD702898139464a
Octal3532153270501110471106112
Binary11101011100011011101011101010001001100010011100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DD7; }

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

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

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

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

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

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

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

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