Html Css Color HEX #E991DD Pale Magenta

📋 copy color: '#E991DD'

red 233 ◦ green 145 ◦ blue 221

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

Shades of Pale Magenta #E991DD

Tints of Pale Magenta #E991DD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.21%

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 38.9%
G = 24.21%
B = 36.89%

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

#E991DD (or 0xE991DD) is known color: Pale Magenta. HEX triplet: E9, 91 and DD. RGB value is (233,145,221). Sum of RGB (Red+Green+Blue) = 233+145+221=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E991DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E991DD is #166E22. Grayscale: #B3B3B3. Windows color (decimal): -1469987 or 14520809. OLE color: 14520809.

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

Color convert

RGB 233 145 221 -
CMYK 0 0.38 0.05 0.09
HSL 308.18º 0.67% 0.74% -
HSV(B) 308.18º 0.38% 0.91% -
XYZ 56.78 42.79 73.67 -
YUV 179.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 233 145 221 0 0.38 0.05 0.09 308.18 0.67 0.74
Hex E9 91 DD 0 26 5 9 134 43 4A
Octal 351 221 335 0 46 5 11 464 103 112
Binary 11101001 10010001 11011101 0 100110 101 1001 100110100 1000011 1001010

Color Harmonies of #E991DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E991DD

Black with #E991DD

Text Example


Text Example

White with #E991DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E991DD; }

 p { color: rgb(233,145,221); }

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

background-color css

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

 a { background-color: rgb(233,145,221); }

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

border-color css

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

 span { border-color: rgb(233,145,221); }

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