Html Css Color HEX #E89FDC Plum

📋 copy color: '#E89FDC'

red 232 ◦ green 159 ◦ blue 220

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

Shades of Plum #E89FDC

Tints of Plum #E89FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.02%

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

R = 37.97%
G = 26.02%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E89FDC (or 0xE89FDC) is known color: Plum. HEX triplet: E8, 9F and DC. RGB value is (232,159,220). Sum of RGB (Red+Green+Blue) = 232+159+220=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FDC is #176023. Grayscale: #BBBBBB. Windows color (decimal): -1531940 or 14458856. OLE color: 14458856.

HSL color Cylindrical-coordinate representation of color #E89FDC: hue angle of 309.86º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E89FDC is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 159 220 -
CMYK 0 0.31 0.05 0.09
HSL 309.86º 0.61% 0.77% -
HSV(B) 309.86º 0.31% 0.91% -
XYZ 58.6 47.12 73.72 -
YUV 187.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 232 159 220 0 0.31 0.05 0.09 309.86 0.61 0.77
Hex E8 9F DC 0 1F 5 9 136 3D 4D
Octal 350 237 334 0 37 5 11 466 75 115
Binary 11101000 10011111 11011100 0 11111 101 1001 100110110 111101 1001101

Color Harmonies of #E89FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89FDC

Black with #E89FDC

Text Example


Text Example

White with #E89FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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