#EB91D9

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

Shades of Pale Magenta #EB91D9

Tints of Pale Magenta #EB91D9

Color information

#EB91D9 (or 0xEB91D9) is unknown color: approx Pale Magenta. HEX triplet: EB, 91 and D9. RGB value is (235,145,217). Sum of RGB (Red+Green+Blue) = 235+145+217=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EB91D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB91D9 is #146E26. Grayscale: #B3B3B3. Windows color (decimal): -1338919 or 14258667. OLE color: 14258667.

HSL color Cylindrical-coordinate representation of color #EB91D9: hue angle of 312º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EB91D9 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235145217-
CMYK00.380.080.08
HSL312º69.23%74.51%-
HSV(B)312º38.3%92.16%-
XYZ56.9142.9270.93-
YUV180.12148.82167.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 145 (57.03% from 255) = 24.29%
BLUE value IS 217 (85.16% from 255) = 36.35%
R=39.36%
G=24.29%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514521700.380.080.0831269.2374.51
HexEB91D902688138454b
Octal3532213310461010470105113
Binary11101011100100011101100101001101000100010011100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB91D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB91D9; }

 p { color: rgb(235,145,217); }

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

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

 a { background-color: rgb(235,145,217); }

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

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

 span { border-color: rgb(235,145,217); }

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