#EB81D7

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

Shades of Pale Magenta #EB81D7

Tints of Pale Magenta #EB81D7

Color information

#EB81D7 (or 0xEB81D7) is unknown color: approx Pale Magenta. HEX triplet: EB, 81 and D7. RGB value is (235,129,215). Sum of RGB (Red+Green+Blue) = 235+129+215=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81D7 is #147E28. Grayscale: #AAAAAA. Windows color (decimal): -1343017 or 14123499. OLE color: 14123499.

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

Color convert

RGB235129215-
CMYK00.450.090.08
HSL311.32º72.6%71.37%-
HSV(B)311.32º45.11%92.16%-
XYZ54.3838.2768.81-
YUV170.5153.12174.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 129 (50.78% from 255) = 22.28%
BLUE value IS 215 (84.38% from 255) = 37.13%
R=40.59%
G=22.28%
B=37.13%

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
Decimal23512921500.450.090.08311.3272.671.37
HexEB81D702D981374947
Octal3532013270551110467111107
Binary11101011100000011101011101011011001100010011011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81D7; }

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

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

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

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

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

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

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

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