Html Css Color HEX #E896D7 Plum

📋 copy color: '#E896D7'

red 232 ◦ green 150 ◦ blue 215

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

Shades of Plum #E896D7

Tints of Plum #E896D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.01%

R = 38.86%
G = 25.13%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E896D7 (or 0xE896D7) is known color: Plum. HEX triplet: E8, 96 and D7. RGB value is (232,150,215). Sum of RGB (Red+Green+Blue) = 232+150+215=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E896D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896D7 is #176928. Grayscale: #B5B5B5. Windows color (decimal): -1534249 or 14128872. OLE color: 14128872.

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

Color convert

RGB 232 150 215 -
CMYK 0 0.35 0.07 0.09
HSL 312.44º 0.64% 0.75% -
HSV(B) 312.44º 0.35% 0.91% -
XYZ 56.45 43.87 69.78 -
YUV 181.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 232 150 215 0 0.35 0.07 0.09 312.44 0.64 0.75
Hex E8 96 D7 0 23 7 9 138 40 4B
Octal 350 226 327 0 43 7 11 470 100 113
Binary 11101000 10010110 11010111 0 100011 111 1001 100111000 1000000 1001011

Color Harmonies of #E896D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E896D7

Black with #E896D7

Text Example


Text Example

White with #E896D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E896D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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