Html Css Color HEX #E19EDB Plum

📋 copy color: '#E19EDB'

red 225 ◦ green 158 ◦ blue 219

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

Shades of Plum #E19EDB

Tints of Plum #E19EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.25%

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

R = 37.38%
G = 26.25%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E19EDB (or 0xE19EDB) is known color: Plum. HEX triplet: E1, 9E and DB. RGB value is (225,158,219). Sum of RGB (Red+Green+Blue) = 225+158+219=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E19EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19EDB is #1E6124. Grayscale: #B8B8B8. Windows color (decimal): -1990949 or 14393057. OLE color: 14393057.

HSL color Cylindrical-coordinate representation of color #E19EDB: hue angle of 305.37º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19EDB is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 158 219 -
CMYK 0 0.30 0.03 0.12
HSL 305.37º 0.53% 0.75% -
HSV(B) 305.37º 0.3% 0.88% -
XYZ 56.06 45.58 72.86 -
YUV 184.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 225 158 219 0 0.30 0.03 0.12 305.37 0.53 0.75
Hex E1 9E DB 0 1E 3 C 131 35 4B
Octal 341 236 333 0 36 3 14 461 65 113
Binary 11100001 10011110 11011011 0 11110 11 1100 100110001 110101 1001011

Color Harmonies of #E19EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19EDB

Black with #E19EDB

Text Example


Text Example

White with #E19EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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