#EB90D7

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

Shades of Pale Magenta #EB90D7

Tints of Pale Magenta #EB90D7

Color information

#EB90D7 (or 0xEB90D7) is unknown color: approx Pale Magenta. HEX triplet: EB, 90 and D7. RGB value is (235,144,215). Sum of RGB (Red+Green+Blue) = 235+144+215=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90D7 is #146F28. Grayscale: #B3B3B3. Windows color (decimal): -1339177 or 14127339. OLE color: 14127339.

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

Color convert

RGB235144215-
CMYK00.390.090.08
HSL313.19º69.47%74.31%-
HSV(B)313.19º38.72%92.16%-
XYZ56.542.5169.52-
YUV179.3148.15167.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 144 (56.64% from 255) = 24.24%
BLUE value IS 215 (84.38% from 255) = 36.20%
R=39.56%
G=24.24%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514421500.390.090.08313.1969.4774.31
HexEB90D702798139454a
Octal3532203270471110471105112
Binary11101011100100001101011101001111001100010011100110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90D7; }

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

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

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

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

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

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

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

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