Html Css Color HEX #E79BEA Plum

📋 copy color: '#E79BEA'

red 231 ◦ green 155 ◦ blue 234

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

Shades of Plum #E79BEA

Tints of Plum #E79BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 37.26%
G = 25%
B = 37.74%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E79BEA (or 0xE79BEA) is known color: Plum. HEX triplet: E7, 9B and EA. RGB value is (231,155,234). Sum of RGB (Red+Green+Blue) = 231+155+234=620 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.26% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #E79BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79BEA is #186415. Grayscale: #BABABA. Windows color (decimal): -1598486 or 15375335. OLE color: 15375335.

HSL color Cylindrical-coordinate representation of color #E79BEA: hue angle of 297.72º degrees, saturation: 0.65, 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 #E79BEA is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 155 234 -
CMYK 0.01 0.34 0 0.08
HSL 297.72º 0.65% 0.76% -
HSV(B) 297.72º 0.34% 0.92% -
XYZ 59.53 46.37 83.66 -
YUV 186.73 154.68 159.58 -
System Red Green Blue C M Y K H S L
Decimal 231 155 234 0.01 0.34 0 0.08 297.72 0.65 0.76
Hex E7 9B EA 1 22 0 8 12A 41 4C
Octal 347 233 352 1 42 0 10 452 101 114
Binary 11100111 10011011 11101010 1 100010 0 1000 100101010 1000001 1001100

Color Harmonies of #E79BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79BEA

Black with #E79BEA

Text Example


Text Example

White with #E79BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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