#E990D5

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

Shades of Pale Magenta #E990D5

Tints of Pale Magenta #E990D5

Color information

#E990D5 (or 0xE990D5) is unknown color: approx Pale Magenta. HEX triplet: E9, 90 and D5. RGB value is (233,144,213). Sum of RGB (Red+Green+Blue) = 233+144+213=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E990D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990D5 is #166F2A. Grayscale: #B2B2B2. Windows color (decimal): -1470251 or 13996265. OLE color: 13996265.

HSL color Cylindrical-coordinate representation of color #E990D5: hue angle of 313.48º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990D5 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB233144213-
CMYK00.380.090.09
HSL313.48º66.92%73.92%-
HSV(B)313.48º38.2%91.37%-
XYZ55.5942.0768.14-
YUV178.48147.49166.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.49%
GREEN value IS 144 (56.64% from 255) = 24.41%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=39.49%
G=24.41%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314421300.380.090.09313.4866.9273.92
HexE990D502699139434a
Octal3512203250461111471103112
Binary11101001100100001101010101001101001100110011100110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E990D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E990D5; }

 p { color: rgb(233,144,213); }

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

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

 a { background-color: rgb(233,144,213); }

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

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

 span { border-color: rgb(233,144,213); }

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