#EB81DC

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

Shades of Pale Magenta #EB81DC

Tints of Pale Magenta #EB81DC

Color information

#EB81DC (or 0xEB81DC) is unknown color: approx Pale Magenta. HEX triplet: EB, 81 and DC. RGB value is (235,129,220). Sum of RGB (Red+Green+Blue) = 235+129+220=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81DC is #147E23. Grayscale: #AAAAAA. Windows color (decimal): -1343012 or 14451179. OLE color: 14451179.

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

Color convert

RGB235129220-
CMYK00.450.060.08
HSL308.49º72.6%71.37%-
HSV(B)308.49º45.11%92.16%-
XYZ55.0338.5372.25-
YUV171.07155.62173.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 129 (50.78% from 255) = 22.09%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=40.24%
G=22.09%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512922000.450.060.08308.4972.671.37
HexEB81DC02D681344947
Octal353201334055610464111107
Binary1110101110000001110111000101101110100010011010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81DC; }

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

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

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

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

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

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

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

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