Html Css Color HEX #E89BDB Plum

📋 copy color: '#E89BDB'

red 232 ◦ green 155 ◦ blue 219

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

Shades of Plum #E89BDB

Tints of Plum #E89BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.58%

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

R = 38.28%
G = 25.58%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E89BDB (or 0xE89BDB) is known color: Plum. HEX triplet: E8, 9B and DB. RGB value is (232,155,219). Sum of RGB (Red+Green+Blue) = 232+155+219=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E89BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89BDB is #176424. Grayscale: #B9B9B9. Windows color (decimal): -1532965 or 14392296. OLE color: 14392296.

HSL color Cylindrical-coordinate representation of color #E89BDB: hue angle of 310.13º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E89BDB is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 155 219 -
CMYK 0 0.33 0.06 0.09
HSL 310.13º 0.63% 0.76% -
HSV(B) 310.13º 0.33% 0.91% -
XYZ 57.79 45.71 72.8 -
YUV 185.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 232 155 219 0 0.33 0.06 0.09 310.13 0.63 0.76
Hex E8 9B DB 0 21 6 9 136 3F 4C
Octal 350 233 333 0 41 6 11 466 77 114
Binary 11101000 10011011 11011011 0 100001 110 1001 100110110 111111 1001100

Color Harmonies of #E89BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89BDB

Black with #E89BDB

Text Example


Text Example

White with #E89BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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