Html Css Color HEX #E396DE Plum

📋 copy color: '#E396DE'

red 227 ◦ green 150 ◦ blue 222

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

Shades of Plum #E396DE

Tints of Plum #E396DE

RGB

 RED value IS 227 (89.06% from 255) = 37.9%

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

 BLUE value IS 222 (87.11% from 255) = 37.06%

R = 37.9%
G = 25.04%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E396DE (or 0xE396DE) is known color: Plum. HEX triplet: E3, 96 and DE. RGB value is (227,150,222). Sum of RGB (Red+Green+Blue) = 227+150+222=599 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.90% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 227 - color contains mainly: red. Hex color #E396DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E396DE is #1C6921. Grayscale: #B5B5B5. Windows color (decimal): -1861922 or 14587619. OLE color: 14587619.

HSL color Cylindrical-coordinate representation of color #E396DE: hue angle of 303.9º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E396DE is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 150 222 -
CMYK 0 0.34 0.02 0.11
HSL 303.9º 0.58% 0.74% -
HSV(B) 303.9º 0.34% 0.89% -
XYZ 55.77 43.42 74.55 -
YUV 181.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 227 150 222 0 0.34 0.02 0.11 303.9 0.58 0.74
Hex E3 96 DE 0 22 2 B 130 3A 4A
Octal 343 226 336 0 42 2 13 460 72 112
Binary 11100011 10010110 11011110 0 100010 10 1011 100110000 111010 1001010

Color Harmonies of #E396DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E396DE

Black with #E396DE

Text Example


Text Example

White with #E396DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E396DE; }

 p { color: rgb(227,150,222); }

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

background-color css

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

 a { background-color: rgb(227,150,222); }

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

border-color css

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

 span { border-color: rgb(227,150,222); }

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