#EB8AD7

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

Shades of Pale Magenta #EB8AD7

Tints of Pale Magenta #EB8AD7

Color information

#EB8AD7 (or 0xEB8AD7) is unknown color: approx Pale Magenta. HEX triplet: EB, 8A and D7. RGB value is (235,138,215). Sum of RGB (Red+Green+Blue) = 235+138+215=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8AD7 is #147528. Grayscale: #AFAFAF. Windows color (decimal): -1340713 or 14125803. OLE color: 14125803.

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

Color convert

RGB235138215-
CMYK00.410.090.08
HSL312.37º70.8%73.14%-
HSV(B)312.37º41.28%92.16%-
XYZ55.6240.7569.22-
YUV175.78150.14170.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 138 (54.30% from 255) = 23.47%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=39.97%
G=23.47%
B=36.56%

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
Decimal23513821500.410.090.08312.3770.873.14
HexEB8AD7029981384749
Octal3532123270511110470107111
Binary11101011100010101101011101010011001100010011100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AD7; }

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

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

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

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

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

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

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

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