Html Css Color HEX #E896E1 Plum

📋 copy color: '#E896E1'

red 232 ◦ green 150 ◦ blue 225

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

Shades of Plum #E896E1

Tints of Plum #E896E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.07%

R = 38.22%
G = 24.71%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E896E1 (or 0xE896E1) is known color: Plum. HEX triplet: E8, 96 and E1. RGB value is (232,150,225). Sum of RGB (Red+Green+Blue) = 232+150+225=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E896E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896E1 is #17691E. Grayscale: #B6B6B6. Windows color (decimal): -1534239 or 14784232. OLE color: 14784232.

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

Color convert

RGB 232 150 225 -
CMYK 0 0.35 0.03 0.09
HSL 305.12º 0.64% 0.75% -
HSV(B) 305.12º 0.35% 0.91% -
XYZ 57.78 44.4 76.76 -
YUV 183.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 232 150 225 0 0.35 0.03 0.09 305.12 0.64 0.75
Hex E8 96 E1 0 23 3 9 131 40 4B
Octal 350 226 341 0 43 3 11 461 100 113
Binary 11101000 10010110 11100001 0 100011 11 1001 100110001 1000000 1001011

Color Harmonies of #E896E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E896E1

Black with #E896E1

Text Example


Text Example

White with #E896E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E896E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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