Html Css Color HEX #E39BD2 Plum

📋 copy color: '#E39BD2'

red 227 ◦ green 155 ◦ blue 210

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

Shades of Plum #E39BD2

Tints of Plum #E39BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.47%

R = 38.34%
G = 26.18%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E39BD2 (or 0xE39BD2) is known color: Plum. HEX triplet: E3, 9B and D2. RGB value is (227,155,210). Sum of RGB (Red+Green+Blue) = 227+155+210=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39BD2 is #1C642D. Grayscale: #B6B6B6. Windows color (decimal): -1860654 or 13802467. OLE color: 13802467.

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

Color convert

RGB 227 155 210 -
CMYK 0 0.32 0.07 0.11
HSL 314.17º 0.56% 0.75% -
HSV(B) 314.17º 0.32% 0.89% -
XYZ 55.03 44.43 66.65 -
YUV 182.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 227 155 210 0 0.32 0.07 0.11 314.17 0.56 0.75
Hex E3 9B D2 0 20 7 B 13A 38 4B
Octal 343 233 322 0 40 7 13 472 70 113
Binary 11100011 10011011 11010010 0 100000 111 1011 100111010 111000 1001011

Color Harmonies of #E39BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39BD2

Black with #E39BD2

Text Example


Text Example

White with #E39BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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