Html Css Color HEX #E19FDB Plum

📋 copy color: '#E19FDB'

red 225 ◦ green 159 ◦ blue 219

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

Shades of Plum #E19FDB

Tints of Plum #E19FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.37%

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

R = 37.31%
G = 26.37%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E19FDB (or 0xE19FDB) is known color: Plum. HEX triplet: E1, 9F and DB. RGB value is (225,159,219). Sum of RGB (Red+Green+Blue) = 225+159+219=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FDB is #1E6024. Grayscale: #B9B9B9. Windows color (decimal): -1990693 or 14393313. OLE color: 14393313.

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

Color convert

RGB 225 159 219 -
CMYK 0 0.29 0.03 0.12
HSL 305.45º 0.52% 0.75% -
HSV(B) 305.45º 0.29% 0.88% -
XYZ 56.24 45.92 72.92 -
YUV 185.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 225 159 219 0 0.29 0.03 0.12 305.45 0.52 0.75
Hex E1 9F DB 0 1D 3 C 131 34 4B
Octal 341 237 333 0 35 3 14 461 64 113
Binary 11100001 10011111 11011011 0 11101 11 1100 100110001 110100 1001011

Color Harmonies of #E19FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19FDB

Black with #E19FDB

Text Example


Text Example

White with #E19FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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