#EB81D9

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

Shades of Pale Magenta #EB81D9

Tints of Pale Magenta #EB81D9

Color information

#EB81D9 (or 0xEB81D9) is unknown color: approx Pale Magenta. HEX triplet: EB, 81 and D9. RGB value is (235,129,217). Sum of RGB (Red+Green+Blue) = 235+129+217=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81D9 is #147E26. Grayscale: #AAAAAA. Windows color (decimal): -1343015 or 14254571. OLE color: 14254571.

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

Color convert

RGB235129217-
CMYK00.450.080.08
HSL310.19º72.6%71.37%-
HSV(B)310.19º45.11%92.16%-
XYZ54.6438.3770.17-
YUV170.73154.12173.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 129 (50.78% from 255) = 22.20%
BLUE value IS 217 (85.16% from 255) = 37.35%
R=40.45%
G=22.20%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512921700.450.080.08310.1972.671.37
HexEB81D902D881364947
Octal3532013310551010466111107
Binary11101011100000011101100101011011000100010011011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81D9; }

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

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

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

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

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

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

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

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