Html Css Color HEX #E19BD6 Plum

📋 copy color: '#E19BD6'

red 225 ◦ green 155 ◦ blue 214

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

Shades of Plum #E19BD6

Tints of Plum #E19BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.03%

R = 37.88%
G = 26.09%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E19BD6 (or 0xE19BD6) is known color: Plum. HEX triplet: E1, 9B and D6. RGB value is (225,155,214). Sum of RGB (Red+Green+Blue) = 225+155+214=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BD6 is #1E6429. Grayscale: #B6B6B6. Windows color (decimal): -1991722 or 14064609. OLE color: 14064609.

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

Color convert

RGB 225 155 214 -
CMYK 0 0.31 0.05 0.12
HSL 309.43º 0.54% 0.75% -
HSV(B) 309.43º 0.31% 0.88% -
XYZ 54.91 44.31 69.28 -
YUV 182.66 145.69 158.2 -
System Red Green Blue C M Y K H S L
Decimal 225 155 214 0 0.31 0.05 0.12 309.43 0.54 0.75
Hex E1 9B D6 0 1F 5 C 135 36 4B
Octal 341 233 326 0 37 5 14 465 66 113
Binary 11100001 10011011 11010110 0 11111 101 1100 100110101 110110 1001011

Color Harmonies of #E19BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19BD6

Black with #E19BD6

Text Example


Text Example

White with #E19BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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