Html Css Color HEX #E39BD6 Plum

📋 copy color: '#E39BD6'

red 227 ◦ green 155 ◦ blue 214

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

Shades of Plum #E39BD6

Tints of Plum #E39BD6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.01%

 BLUE value IS 214 (83.98% from 255) = 35.91%

R = 38.09%
G = 26.01%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E39BD6 (or 0xE39BD6) is known color: Plum. HEX triplet: E3, 9B and D6. RGB value is (227,155,214). Sum of RGB (Red+Green+Blue) = 227+155+214=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39BD6 is #1C6429. Grayscale: #B7B7B7. Windows color (decimal): -1860650 or 14064611. OLE color: 14064611.

HSL color Cylindrical-coordinate representation of color #E39BD6: hue angle of 310.83º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E39BD6 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 155 214 -
CMYK 0 0.32 0.06 0.11
HSL 310.83º 0.56% 0.75% -
HSV(B) 310.83º 0.32% 0.89% -
XYZ 55.54 44.63 69.31 -
YUV 183.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 227 155 214 0 0.32 0.06 0.11 310.83 0.56 0.75
Hex E3 9B D6 0 20 6 B 137 38 4B
Octal 343 233 326 0 40 6 13 467 70 113
Binary 11100011 10011011 11010110 0 100000 110 1011 100110111 111000 1001011

Color Harmonies of #E39BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39BD6

Black with #E39BD6

Text Example


Text Example

White with #E39BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39BD6; }

 p { color: rgb(227,155,214); }

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

background-color css

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

 a { background-color: rgb(227,155,214); }

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

border-color css

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

 span { border-color: rgb(227,155,214); }

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