Html Css Color HEX #E19BDC Plum

📋 copy color: '#E19BDC'

red 225 ◦ green 155 ◦ blue 220

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

Shades of Plum #E19BDC

Tints of Plum #E19BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.83%

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 37.5%
G = 25.83%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E19BDC (or 0xE19BDC) is known color: Plum. HEX triplet: E1, 9B and DC. RGB value is (225,155,220). Sum of RGB (Red+Green+Blue) = 225+155+220=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BDC is #1E6423. Grayscale: #B7B7B7. Windows color (decimal): -1991716 or 14457825. OLE color: 14457825.

HSL color Cylindrical-coordinate representation of color #E19BDC: hue angle of 304.29º degrees, saturation: 0.54, 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 #E19BDC is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 155 220 -
CMYK 0 0.31 0.02 0.12
HSL 304.29º 0.54% 0.75% -
HSV(B) 304.29º 0.31% 0.88% -
XYZ 55.69 44.62 73.39 -
YUV 183.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 225 155 220 0 0.31 0.02 0.12 304.29 0.54 0.75
Hex E1 9B DC 0 1F 2 C 130 36 4B
Octal 341 233 334 0 37 2 14 460 66 113
Binary 11100001 10011011 11011100 0 11111 10 1100 100110000 110110 1001011

Color Harmonies of #E19BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19BDC

Black with #E19BDC

Text Example


Text Example

White with #E19BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19BDC; }

 p { color: rgb(225,155,220); }

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

background-color css

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

 a { background-color: rgb(225,155,220); }

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

border-color css

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

 span { border-color: rgb(225,155,220); }

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