Html Css Color HEX #E396DD Plum

📋 copy color: '#E396DD'

red 227 ◦ green 150 ◦ blue 221

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

Shades of Plum #E396DD

Tints of Plum #E396DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.96%

R = 37.96%
G = 25.08%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E396DD (or 0xE396DD) is known color: Plum. HEX triplet: E3, 96 and DD. RGB value is (227,150,221). Sum of RGB (Red+Green+Blue) = 227+150+221=598 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.96% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 227 - color contains mainly: red. Hex color #E396DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E396DD is #1C6922. Grayscale: #B4B4B4. Windows color (decimal): -1861923 or 14522083. OLE color: 14522083.

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

Color convert

RGB 227 150 221 -
CMYK 0 0.34 0.03 0.11
HSL 304.68º 0.58% 0.74% -
HSV(B) 304.68º 0.34% 0.89% -
XYZ 55.64 43.36 73.84 -
YUV 181.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 227 150 221 0 0.34 0.03 0.11 304.68 0.58 0.74
Hex E3 96 DD 0 22 3 B 131 3A 4A
Octal 343 226 335 0 42 3 13 461 72 112
Binary 11100011 10010110 11011101 0 100010 11 1011 100110001 111010 1001010

Color Harmonies of #E396DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E396DD

Black with #E396DD

Text Example


Text Example

White with #E396DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E396DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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