#E990E0

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

Shades of Pale Magenta #E990E0

Tints of Pale Magenta #E990E0

Color information

#E990E0 (or 0xE990E0) is unknown color: approx Pale Magenta. HEX triplet: E9, 90 and E0. RGB value is (233,144,224). Sum of RGB (Red+Green+Blue) = 233+144+224=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E990E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990E0 is #166F1F. Grayscale: #B3B3B3. Windows color (decimal): -1470240 or 14717161. OLE color: 14717161.

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

Color convert

RGB233144224-
CMYK00.380.040.09
HSL306.07º66.92%73.92%-
HSV(B)306.07º38.2%91.37%-
XYZ57.0342.6575.75-
YUV179.73152.99166-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.77%
GREEN value IS 144 (56.64% from 255) = 23.96%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=38.77%
G=23.96%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314422400.380.040.09306.0766.9273.92
HexE990E002649132434a
Octal351220340046411462103112
Binary1110100110010000111000000100110100100110011001010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E990E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E990E0; }

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

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

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

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

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

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

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

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