#EB90D9

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

Shades of Pale Magenta #EB90D9

Tints of Pale Magenta #EB90D9

Color information

#EB90D9 (or 0xEB90D9) is unknown color: approx Pale Magenta. HEX triplet: EB, 90 and D9. RGB value is (235,144,217). Sum of RGB (Red+Green+Blue) = 235+144+217=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90D9 is #146F26. Grayscale: #B3B3B3. Windows color (decimal): -1339175 or 14258411. OLE color: 14258411.

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

Color convert

RGB235144217-
CMYK00.390.080.08
HSL311.87º69.47%74.31%-
HSV(B)311.87º38.72%92.16%-
XYZ56.7642.6270.88-
YUV179.53149.15167.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 144 (56.64% from 255) = 24.16%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=39.43%
G=24.16%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514421700.390.080.08311.8769.4774.31
HexEB90D902788138454a
Octal3532203310471010470105112
Binary11101011100100001101100101001111000100010011100010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90D9; }

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

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

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

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

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

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

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

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