Html Css Color HEX #E896E2 Plum

📋 copy color: '#E896E2'

red 232 ◦ green 150 ◦ blue 226

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

Shades of Plum #E896E2

Tints of Plum #E896E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.17%

R = 38.16%
G = 24.67%
B = 37.17%

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

#E896E2 (or 0xE896E2) is known color: Plum. HEX triplet: E8, 96 and E2. RGB value is (232,150,226). Sum of RGB (Red+Green+Blue) = 232+150+226=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E896E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896E2 is #17691D. Grayscale: #B6B6B6. Windows color (decimal): -1534238 or 14849768. OLE color: 14849768.

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

Color convert

RGB 232 150 226 -
CMYK 0 0.35 0.03 0.09
HSL 304.39º 0.64% 0.75% -
HSV(B) 304.39º 0.35% 0.91% -
XYZ 57.91 44.46 77.48 -
YUV 183.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 232 150 226 0 0.35 0.03 0.09 304.39 0.64 0.75
Hex E8 96 E2 0 23 3 9 130 40 4B
Octal 350 226 342 0 43 3 11 460 100 113
Binary 11101000 10010110 11100010 0 100011 11 1001 100110000 1000000 1001011

Color Harmonies of #E896E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E896E2

Black with #E896E2

Text Example


Text Example

White with #E896E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E896E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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