Html Css Color HEX #E896DC Plum

📋 copy color: '#E896DC'

red 232 ◦ green 150 ◦ blue 220

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

Shades of Plum #E896DC

Tints of Plum #E896DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.92%

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

R = 38.54%
G = 24.92%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E896DC (or 0xE896DC) is known color: Plum. HEX triplet: E8, 96 and DC. RGB value is (232,150,220). Sum of RGB (Red+Green+Blue) = 232+150+220=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 232 - color contains mainly: red. Hex color #E896DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896DC is #176923. Grayscale: #B6B6B6. Windows color (decimal): -1534244 or 14456552. OLE color: 14456552.

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

Color convert

RGB 232 150 220 -
CMYK 0 0.35 0.05 0.09
HSL 308.78º 0.64% 0.75% -
HSV(B) 308.78º 0.35% 0.91% -
XYZ 57.1 44.14 73.22 -
YUV 182.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 232 150 220 0 0.35 0.05 0.09 308.78 0.64 0.75
Hex E8 96 DC 0 23 5 9 135 40 4B
Octal 350 226 334 0 43 5 11 465 100 113
Binary 11101000 10010110 11011100 0 100011 101 1001 100110101 1000000 1001011

Color Harmonies of #E896DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E896DC

Black with #E896DC

Text Example


Text Example

White with #E896DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E896DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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