#EB80D1

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

Shades of Pale Magenta #EB80D1

Tints of Pale Magenta #EB80D1

Color information

#EB80D1 (or 0xEB80D1) is unknown color: approx Pale Magenta. HEX triplet: EB, 80 and D1. RGB value is (235,128,209). Sum of RGB (Red+Green+Blue) = 235+128+209=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80D1 is #147F2E. Grayscale: #A9A9A9. Windows color (decimal): -1343279 or 13730027. OLE color: 13730027.

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

Color convert

RGB235128209-
CMYK00.460.110.08
HSL314.58º72.79%71.18%-
HSV(B)314.58º45.53%92.16%-
XYZ53.4937.764.78-
YUV169.23150.45174.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 128 (50.39% from 255) = 22.38%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=41.08%
G=22.38%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512820900.460.110.08314.5872.7971.18
HexEB80D102EB813b4947
Octal3532003210561310473111107
Binary11101011100000001101000101011101011100010011101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB80D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB80D1; }

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

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

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

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

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

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

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

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