#EB81D1

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

Shades of Pale Magenta #EB81D1

Tints of Pale Magenta #EB81D1

Color information

#EB81D1 (or 0xEB81D1) is unknown color: approx Pale Magenta. HEX triplet: EB, 81 and D1. RGB value is (235,129,209). Sum of RGB (Red+Green+Blue) = 235+129+209=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81D1 is #147E2E. Grayscale: #A9A9A9. Windows color (decimal): -1343023 or 13730283. OLE color: 13730283.

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

Color convert

RGB235129209-
CMYK00.450.110.08
HSL314.72º72.6%71.37%-
HSV(B)314.72º45.11%92.16%-
XYZ53.6237.9764.82-
YUV169.81150.12174.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 129 (50.78% from 255) = 22.51%
BLUE value IS 209 (82.03% from 255) = 36.47%
R=41.01%
G=22.51%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512920900.450.110.08314.7272.671.37
HexEB81D102DB813b4947
Octal3532013210551310473111107
Binary11101011100000011101000101011011011100010011101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81D1; }

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

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

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

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

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

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

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

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