Html Css Color HEX #E991DF Plum

📋 copy color: '#E991DF'

red 233 ◦ green 145 ◦ blue 223

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

Shades of Plum #E991DF

Tints of Plum #E991DF

RGB

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

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

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

R = 38.77%
G = 24.13%
B = 37.1%

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

#E991DF (or 0xE991DF) is known color: Plum. HEX triplet: E9, 91 and DF. RGB value is (233,145,223). Sum of RGB (Red+Green+Blue) = 233+145+223=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E991DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E991DF is #166E20. Grayscale: #B3B3B3. Windows color (decimal): -1469985 or 14651881. OLE color: 14651881.

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

Color convert

RGB 233 145 223 -
CMYK 0 0.38 0.04 0.09
HSL 306.82º 0.67% 0.74% -
HSV(B) 306.82º 0.38% 0.91% -
XYZ 57.05 42.9 75.09 -
YUV 180.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 233 145 223 0 0.38 0.04 0.09 306.82 0.67 0.74
Hex E9 91 DF 0 26 4 9 133 43 4A
Octal 351 221 337 0 46 4 11 463 103 112
Binary 11101001 10010001 11011111 0 100110 100 1001 100110011 1000011 1001010

Color Harmonies of #E991DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E991DF

Black with #E991DF

Text Example


Text Example

White with #E991DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E991DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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