Html Css Color HEX #E990DE Pale Magenta

📋 copy color: '#E990DE'

red 233 ◦ green 144 ◦ blue 222

#E990DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #E990DE

Tints of Pale Magenta #E990DE

RGB

 RED value IS 233 (91.41% from 255) = 38.9%

 GREEN value IS 144 (56.64% from 255) = 24.04%

 BLUE value IS 222 (87.11% from 255) = 37.06%

R = 38.9%
G = 24.04%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E990DE (or 0xE990DE) is known color: Pale Magenta. HEX triplet: E9, 90 and DE. RGB value is (233,144,222). Sum of RGB (Red+Green+Blue) = 233+144+222=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E990DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990DE is #166F21. Grayscale: #B3B3B3. Windows color (decimal): -1470242 or 14586089. OLE color: 14586089.

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

Color convert

RGB 233 144 222 -
CMYK 0 0.38 0.05 0.09
HSL 307.42º 0.67% 0.74% -
HSV(B) 307.42º 0.38% 0.91% -
XYZ 56.76 42.54 74.33 -
YUV 179.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 233 144 222 0 0.38 0.05 0.09 307.42 0.67 0.74
Hex E9 90 DE 0 26 5 9 133 43 4A
Octal 351 220 336 0 46 5 11 463 103 112
Binary 11101001 10010000 11011110 0 100110 101 1001 100110011 1000011 1001010

Color Harmonies of #E990DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E990DE

Black with #E990DE

Text Example


Text Example

White with #E990DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E990DE; }

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

 H1.HeaderClassName
 {
   color: #E990DE;
 }
 .AnyTagClassName
 {
   color: #E990DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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