Html Css Color HEX #E79BD5 Plum

📋 copy color: '#E79BD5'

red 231 ◦ green 155 ◦ blue 213

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

Shades of Plum #E79BD5

Tints of Plum #E79BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.56%

R = 38.56%
G = 25.88%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E79BD5 (or 0xE79BD5) is known color: Plum. HEX triplet: E7, 9B and D5. RGB value is (231,155,213). Sum of RGB (Red+Green+Blue) = 231+155+213=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79BD5 is #18642A. Grayscale: #B8B8B8. Windows color (decimal): -1598507 or 13999079. OLE color: 13999079.

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

Color convert

RGB 231 155 213 -
CMYK 0 0.33 0.08 0.09
HSL 314.21º 0.61% 0.76% -
HSV(B) 314.21º 0.33% 0.91% -
XYZ 56.69 45.24 68.69 -
YUV 184.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 231 155 213 0 0.33 0.08 0.09 314.21 0.61 0.76
Hex E7 9B D5 0 21 8 9 13A 3D 4C
Octal 347 233 325 0 41 10 11 472 75 114
Binary 11100111 10011011 11010101 0 100001 1000 1001 100111010 111101 1001100

Color Harmonies of #E79BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79BD5

Black with #E79BD5

Text Example


Text Example

White with #E79BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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