Html Css Color HEX #E89EDC Plum

📋 copy color: '#E89EDC'

red 232 ◦ green 158 ◦ blue 220

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

Shades of Plum #E89EDC

Tints of Plum #E89EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.9%

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

R = 38.03%
G = 25.9%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E89EDC (or 0xE89EDC) is known color: Plum. HEX triplet: E8, 9E and DC. RGB value is (232,158,220). Sum of RGB (Red+Green+Blue) = 232+158+220=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E89EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89EDC is #176123. Grayscale: #BBBBBB. Windows color (decimal): -1532196 or 14458600. OLE color: 14458600.

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

Color convert

RGB 232 158 220 -
CMYK 0 0.32 0.05 0.09
HSL 309.73º 0.62% 0.76% -
HSV(B) 309.73º 0.32% 0.91% -
XYZ 58.42 46.78 73.66 -
YUV 187.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 232 158 220 0 0.32 0.05 0.09 309.73 0.62 0.76
Hex E8 9E DC 0 20 5 9 136 3E 4C
Octal 350 236 334 0 40 5 11 466 76 114
Binary 11101000 10011110 11011100 0 100000 101 1001 100110110 111110 1001100

Color Harmonies of #E89EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89EDC

Black with #E89EDC

Text Example


Text Example

White with #E89EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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