Html Css Color HEX #E79BD7 Plum

📋 copy color: '#E79BD7'

red 231 ◦ green 155 ◦ blue 215

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

Shades of Plum #E79BD7

Tints of Plum #E79BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.77%

R = 38.44%
G = 25.79%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E79BD7 (or 0xE79BD7) is known color: Plum. HEX triplet: E7, 9B and D7. RGB value is (231,155,215). Sum of RGB (Red+Green+Blue) = 231+155+215=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79BD7 is #186428. Grayscale: #B8B8B8. Windows color (decimal): -1598505 or 14130151. OLE color: 14130151.

HSL color Cylindrical-coordinate representation of color #E79BD7: hue angle of 312.63º 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 #E79BD7 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 155 215 -
CMYK 0 0.33 0.07 0.09
HSL 312.63º 0.61% 0.76% -
HSV(B) 312.63º 0.33% 0.91% -
XYZ 56.94 45.34 70.04 -
YUV 184.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 231 155 215 0 0.33 0.07 0.09 312.63 0.61 0.76
Hex E7 9B D7 0 21 7 9 139 3D 4C
Octal 347 233 327 0 41 7 11 471 75 114
Binary 11100111 10011011 11010111 0 100001 111 1001 100111001 111101 1001100

Color Harmonies of #E79BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79BD7

Black with #E79BD7

Text Example


Text Example

White with #E79BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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