Html Css Color HEX #E48DDB Plum

📋 copy color: '#E48DDB'

red 228 ◦ green 141 ◦ blue 219

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

Shades of Plum #E48DDB

Tints of Plum #E48DDB

RGB

 RED value IS 228 (89.45% from 255) = 38.78%

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

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

R = 38.78%
G = 23.98%
B = 37.24%

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

#E48DDB (or 0xE48DDB) is known color: Plum. HEX triplet: E4, 8D and DB. RGB value is (228,141,219). Sum of RGB (Red+Green+Blue) = 228+141+219=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DDB is #1B7224. Grayscale: #AFAFAF. Windows color (decimal): -1798693 or 14388708. OLE color: 14388708.

HSL color Cylindrical-coordinate representation of color #E48DDB: hue angle of 306.21º degrees, saturation: 0.62, 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 #E48DDB is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 141 219 -
CMYK 0 0.38 0.04 0.11
HSL 306.21º 0.62% 0.72% -
HSV(B) 306.21º 0.38% 0.89% -
XYZ 54.31 40.66 72 -
YUV 175.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 228 141 219 0 0.38 0.04 0.11 306.21 0.62 0.72
Hex E4 8D DB 0 26 4 B 132 3E 48
Octal 344 215 333 0 46 4 13 462 76 110
Binary 11100100 10001101 11011011 0 100110 100 1011 100110010 111110 1001000

Color Harmonies of #E48DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48DDB

Black with #E48DDB

Text Example


Text Example

White with #E48DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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