Html Css Color HEX #E990DF Pale Magenta

📋 copy color: '#E990DF'

red 233 ◦ green 144 ◦ blue 223

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

Shades of Pale Magenta #E990DF

Tints of Pale Magenta #E990DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.17%

R = 38.83%
G = 24%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E990DF (or 0xE990DF) is known color: Pale Magenta. HEX triplet: E9, 90 and DF. RGB value is (233,144,223). Sum of RGB (Red+Green+Blue) = 233+144+223=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E990DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990DF is #166F20. Grayscale: #B3B3B3. Windows color (decimal): -1470241 or 14651625. OLE color: 14651625.

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

Color convert

RGB 233 144 223 -
CMYK 0 0.38 0.04 0.09
HSL 306.74º 0.67% 0.74% -
HSV(B) 306.74º 0.38% 0.91% -
XYZ 56.9 42.6 75.04 -
YUV 179.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 233 144 223 0 0.38 0.04 0.09 306.74 0.67 0.74
Hex E9 90 DF 0 26 4 9 133 43 4A
Octal 351 220 337 0 46 4 11 463 103 112
Binary 11101001 10010000 11011111 0 100110 100 1001 100110011 1000011 1001010

Color Harmonies of #E990DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E990DF

Black with #E990DF

Text Example


Text Example

White with #E990DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E990DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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