Html Css Color HEX #E19CDB Plum

📋 copy color: '#E19CDB'

red 225 ◦ green 156 ◦ blue 219

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

Shades of Plum #E19CDB

Tints of Plum #E19CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26%

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

R = 37.5%
G = 26%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E19CDB (or 0xE19CDB) is known color: Plum. HEX triplet: E1, 9C and DB. RGB value is (225,156,219). Sum of RGB (Red+Green+Blue) = 225+156+219=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CDB is #1E6324. Grayscale: #B7B7B7. Windows color (decimal): -1991461 or 14392545. OLE color: 14392545.

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

Color convert

RGB 225 156 219 -
CMYK 0 0.31 0.03 0.12
HSL 305.22º 0.53% 0.75% -
HSV(B) 305.22º 0.31% 0.88% -
XYZ 55.73 44.9 72.75 -
YUV 183.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 225 156 219 0 0.31 0.03 0.12 305.22 0.53 0.75
Hex E1 9C DB 0 1F 3 C 131 35 4B
Octal 341 234 333 0 37 3 14 461 65 113
Binary 11100001 10011100 11011011 0 11111 11 1100 100110001 110101 1001011

Color Harmonies of #E19CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19CDB

Black with #E19CDB

Text Example


Text Example

White with #E19CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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