Html Css Color HEX #E18BDB Plum

📋 copy color: '#E18BDB'

red 225 ◦ green 139 ◦ blue 219

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

Shades of Plum #E18BDB

Tints of Plum #E18BDB

RGB

 RED value IS 225 (88.28% from 255) = 38.59%

 GREEN value IS 139 (54.69% from 255) = 23.84%

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

R = 38.59%
G = 23.84%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E18BDB (or 0xE18BDB) is known color: Plum. HEX triplet: E1, 8B and DB. RGB value is (225,139,219). Sum of RGB (Red+Green+Blue) = 225+139+219=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BDB is #1E7424. Grayscale: #ADADAD. Windows color (decimal): -1995813 or 14388193. OLE color: 14388193.

HSL color Cylindrical-coordinate representation of color #E18BDB: hue angle of 304.19º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18BDB is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 139 219 -
CMYK 0 0.38 0.03 0.12
HSL 304.19º 0.59% 0.71% -
HSV(B) 304.19º 0.38% 0.88% -
XYZ 53.07 39.59 71.86 -
YUV 173.83 153.49 164.5 -
System Red Green Blue C M Y K H S L
Decimal 225 139 219 0 0.38 0.03 0.12 304.19 0.59 0.71
Hex E1 8B DB 0 26 3 C 130 3B 47
Octal 341 213 333 0 46 3 14 460 73 107
Binary 11100001 10001011 11011011 0 100110 11 1100 100110000 111011 1000111

Color Harmonies of #E18BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18BDB

Black with #E18BDB

Text Example


Text Example

White with #E18BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18BDB; }

 p { color: rgb(225,139,219); }

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

background-color css

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

 a { background-color: rgb(225,139,219); }

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

border-color css

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

 span { border-color: rgb(225,139,219); }

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