Html Css Color HEX #E79BDB Plum

📋 copy color: '#E79BDB'

red 231 ◦ green 155 ◦ blue 219

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

Shades of Plum #E79BDB

Tints of Plum #E79BDB

RGB

 RED value IS 231 (90.63% from 255) = 38.18%

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

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

R = 38.18%
G = 25.62%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E79BDB (or 0xE79BDB) is known color: Plum. HEX triplet: E7, 9B and DB. RGB value is (231,155,219). Sum of RGB (Red+Green+Blue) = 231+155+219=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79BDB is #186424. Grayscale: #B8B8B8. Windows color (decimal): -1598501 or 14392295. OLE color: 14392295.

HSL color Cylindrical-coordinate representation of color #E79BDB: hue angle of 309.47º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79BDB is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 155 219 -
CMYK 0 0.33 0.05 0.09
HSL 309.47º 0.61% 0.76% -
HSV(B) 309.47º 0.33% 0.91% -
XYZ 57.46 45.55 72.78 -
YUV 185.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 231 155 219 0 0.33 0.05 0.09 309.47 0.61 0.76
Hex E7 9B DB 0 21 5 9 135 3D 4C
Octal 347 233 333 0 41 5 11 465 75 114
Binary 11100111 10011011 11011011 0 100001 101 1001 100110101 111101 1001100

Color Harmonies of #E79BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79BDB

Black with #E79BDB

Text Example


Text Example

White with #E79BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79BDB; }

 p { color: rgb(231,155,219); }

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

background-color css

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

 a { background-color: rgb(231,155,219); }

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

border-color css

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

 span { border-color: rgb(231,155,219); }

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