Html Css Color HEX #E896DF Plum

📋 copy color: '#E896DF'

red 232 ◦ green 150 ◦ blue 223

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

Shades of Plum #E896DF

Tints of Plum #E896DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 38.35%
G = 24.79%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E896DF (or 0xE896DF) is known color: Plum. HEX triplet: E8, 96 and DF. RGB value is (232,150,223). Sum of RGB (Red+Green+Blue) = 232+150+223=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 232 - color contains mainly: red. Hex color #E896DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896DF is #176920. Grayscale: #B6B6B6. Windows color (decimal): -1534241 or 14653160. OLE color: 14653160.

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

Color convert

RGB 232 150 223 -
CMYK 0 0.35 0.04 0.09
HSL 306.59º 0.64% 0.75% -
HSV(B) 306.59º 0.35% 0.91% -
XYZ 57.5 44.3 75.33 -
YUV 182.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 232 150 223 0 0.35 0.04 0.09 306.59 0.64 0.75
Hex E8 96 DF 0 23 4 9 133 40 4B
Octal 350 226 337 0 43 4 11 463 100 113
Binary 11101000 10010110 11011111 0 100011 100 1001 100110011 1000000 1001011

Color Harmonies of #E896DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E896DF

Black with #E896DF

Text Example


Text Example

White with #E896DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E896DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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