Html Css Color HEX #E38DDB Plum

📋 copy color: '#E38DDB'

red 227 ◦ green 141 ◦ blue 219

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

Shades of Plum #E38DDB

Tints of Plum #E38DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.02%

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 38.67%
G = 24.02%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E38DDB (or 0xE38DDB) is known color: Plum. HEX triplet: E3, 8D and DB. RGB value is (227,141,219). Sum of RGB (Red+Green+Blue) = 227+141+219=587 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.67% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DDB is #1C7224. Grayscale: #AFAFAF. Windows color (decimal): -1864229 or 14388707. OLE color: 14388707.

HSL color Cylindrical-coordinate representation of color #E38DDB: hue angle of 305.58º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E38DDB is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 141 219 -
CMYK 0 0.38 0.04 0.11
HSL 305.58º 0.61% 0.72% -
HSV(B) 305.58º 0.38% 0.89% -
XYZ 53.99 40.5 71.99 -
YUV 175.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 227 141 219 0 0.38 0.04 0.11 305.58 0.61 0.72
Hex E3 8D DB 0 26 4 B 132 3D 48
Octal 343 215 333 0 46 4 13 462 75 110
Binary 11100011 10001101 11011011 0 100110 100 1011 100110010 111101 1001000

Color Harmonies of #E38DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38DDB

Black with #E38DDB

Text Example


Text Example

White with #E38DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38DDB; }

 p { color: rgb(227,141,219); }

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

background-color css

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

 a { background-color: rgb(227,141,219); }

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

border-color css

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

 span { border-color: rgb(227,141,219); }

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