Html Css Color HEX #E79BEC Plum

📋 copy color: '#E79BEC'

red 231 ◦ green 155 ◦ blue 236

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

Shades of Plum #E79BEC

Tints of Plum #E79BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 37.14%
G = 24.92%
B = 37.94%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E79BEC (or 0xE79BEC) is known color: Plum. HEX triplet: E7, 9B and EC. RGB value is (231,155,236). Sum of RGB (Red+Green+Blue) = 231+155+236=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #E79BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79BEC is #186413. Grayscale: #BABABA. Windows color (decimal): -1598484 or 15506407. OLE color: 15506407.

HSL color Cylindrical-coordinate representation of color #E79BEC: hue angle of 296.3º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E79BEC is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 155 236 -
CMYK 0.02 0.34 0 0.07
HSL 296.3º 0.68% 0.77% -
HSV(B) 296.3º 0.34% 0.93% -
XYZ 59.82 46.49 85.18 -
YUV 186.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 231 155 236 0.02 0.34 0 0.07 296.3 0.68 0.77
Hex E7 9B EC 2 22 0 7 128 44 4D
Octal 347 233 354 2 42 0 7 450 104 115
Binary 11100111 10011011 11101100 10 100010 0 111 100101000 1000100 1001101

Color Harmonies of #E79BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79BEC

Black with #E79BEC

Text Example


Text Example

White with #E79BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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