Html Css Color HEX #E79BEB Plum

📋 copy color: '#E79BEB'

red 231 ◦ green 155 ◦ blue 235

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

Shades of Plum #E79BEB

Tints of Plum #E79BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.84%

R = 37.2%
G = 24.96%
B = 37.84%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E79BEB (or 0xE79BEB) is known color: Plum. HEX triplet: E7, 9B and EB. RGB value is (231,155,235). Sum of RGB (Red+Green+Blue) = 231+155+235=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #E79BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79BEB is #186414. Grayscale: #BABABA. Windows color (decimal): -1598485 or 15440871. OLE color: 15440871.

HSL color Cylindrical-coordinate representation of color #E79BEB: hue angle of 297º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E79BEB is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 155 235 -
CMYK 0.02 0.34 0 0.08
HSL 297º 0.67% 0.76% -
HSV(B) 297º 0.34% 0.92% -
XYZ 59.67 46.43 84.41 -
YUV 186.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 231 155 235 0.02 0.34 0 0.08 297 0.67 0.76
Hex E7 9B EB 2 22 0 8 129 43 4C
Octal 347 233 353 2 42 0 10 451 103 114
Binary 11100111 10011011 11101011 10 100010 0 1000 100101001 1000011 1001100

Color Harmonies of #E79BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79BEB

Black with #E79BEB

Text Example


Text Example

White with #E79BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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