Html Css Color HEX #E19BDA Plum

📋 copy color: '#E19BDA'

red 225 ◦ green 155 ◦ blue 218

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

Shades of Plum #E19BDA

Tints of Plum #E19BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 37.63%
G = 25.92%
B = 36.45%

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

#E19BDA (or 0xE19BDA) is known color: Plum. HEX triplet: E1, 9B and DA. RGB value is (225,155,218). Sum of RGB (Red+Green+Blue) = 225+155+218=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BDA is #1E6425. Grayscale: #B6B6B6. Windows color (decimal): -1991718 or 14326753. OLE color: 14326753.

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

Color convert

RGB 225 155 218 -
CMYK 0 0.31 0.03 0.12
HSL 306º 0.54% 0.75% -
HSV(B) 306º 0.31% 0.88% -
XYZ 55.43 44.51 72 -
YUV 183.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 225 155 218 0 0.31 0.03 0.12 306 0.54 0.75
Hex E1 9B DA 0 1F 3 C 132 36 4B
Octal 341 233 332 0 37 3 14 462 66 113
Binary 11100001 10011011 11011010 0 11111 11 1100 100110010 110110 1001011

Color Harmonies of #E19BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19BDA

Black with #E19BDA

Text Example


Text Example

White with #E19BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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