Html Css Color HEX #E89BDC Plum

📋 copy color: '#E89BDC'

red 232 ◦ green 155 ◦ blue 220

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

Shades of Plum #E89BDC

Tints of Plum #E89BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 38.22%
G = 25.54%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E89BDC (or 0xE89BDC) is known color: Plum. HEX triplet: E8, 9B and DC. RGB value is (232,155,220). Sum of RGB (Red+Green+Blue) = 232+155+220=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E89BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89BDC is #176423. Grayscale: #B9B9B9. Windows color (decimal): -1532964 or 14457832. OLE color: 14457832.

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

Color convert

RGB 232 155 220 -
CMYK 0 0.33 0.05 0.09
HSL 309.35º 0.63% 0.76% -
HSV(B) 309.35º 0.33% 0.91% -
XYZ 57.92 45.77 73.49 -
YUV 185.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 232 155 220 0 0.33 0.05 0.09 309.35 0.63 0.76
Hex E8 9B DC 0 21 5 9 135 3F 4C
Octal 350 233 334 0 41 5 11 465 77 114
Binary 11101000 10011011 11011100 0 100001 101 1001 100110101 111111 1001100

Color Harmonies of #E89BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89BDC

Black with #E89BDC

Text Example


Text Example

White with #E89BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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