#EB81D5

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

Shades of Pale Magenta #EB81D5

Tints of Pale Magenta #EB81D5

Color information

#EB81D5 (or 0xEB81D5) is unknown color: approx Pale Magenta. HEX triplet: EB, 81 and D5. RGB value is (235,129,213). Sum of RGB (Red+Green+Blue) = 235+129+213=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81D5 is #147E2A. Grayscale: #AAAAAA. Windows color (decimal): -1343019 or 13992427. OLE color: 13992427.

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

Color convert

RGB235129213-
CMYK00.450.090.08
HSL312.45º72.6%71.37%-
HSV(B)312.45º45.11%92.16%-
XYZ54.1238.1767.47-
YUV170.27152.12174.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 129 (50.78% from 255) = 22.36%
BLUE value IS 213 (83.59% from 255) = 36.92%
R=40.73%
G=22.36%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512921300.450.090.08312.4572.671.37
HexEB81D502D981384947
Octal3532013250551110470111107
Binary11101011100000011101010101011011001100010011100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81D5; }

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

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

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

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

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

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

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

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