Html Css Color HEX #E891DB Plum

📋 copy color: '#E891DB'

red 232 ◦ green 145 ◦ blue 219

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

Shades of Plum #E891DB

Tints of Plum #E891DB

RGB

 RED value IS 232 (91.02% from 255) = 38.93%

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

 BLUE value IS 219 (85.94% from 255) = 36.74%

R = 38.93%
G = 24.33%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E891DB (or 0xE891DB) is known color: Plum. HEX triplet: E8, 91 and DB. RGB value is (232,145,219). Sum of RGB (Red+Green+Blue) = 232+145+219=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E891DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E891DB is #176E24. Grayscale: #B3B3B3. Windows color (decimal): -1535525 or 14389736. OLE color: 14389736.

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

Color convert

RGB 232 145 219 -
CMYK 0 0.38 0.06 0.09
HSL 308.97º 0.65% 0.74% -
HSV(B) 308.97º 0.38% 0.91% -
XYZ 56.19 42.52 72.26 -
YUV 179.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 232 145 219 0 0.38 0.06 0.09 308.97 0.65 0.74
Hex E8 91 DB 0 26 6 9 135 41 4A
Octal 350 221 333 0 46 6 11 465 101 112
Binary 11101000 10010001 11011011 0 100110 110 1001 100110101 1000001 1001010

Color Harmonies of #E891DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E891DB

Black with #E891DB

Text Example


Text Example

White with #E891DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E891DB; }

 p { color: rgb(232,145,219); }

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

background-color css

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

 a { background-color: rgb(232,145,219); }

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

border-color css

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

 span { border-color: rgb(232,145,219); }

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