Html Css Color HEX #E79FEC Plum

📋 copy color: '#E79FEC'

red 231 ◦ green 159 ◦ blue 236

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

Shades of Plum #E79FEC

Tints of Plum #E79FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.4%

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

R = 36.9%
G = 25.4%
B = 37.7%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E79FEC (or 0xE79FEC) is known color: Plum. HEX triplet: E7, 9F and EC. RGB value is (231,159,236). Sum of RGB (Red+Green+Blue) = 231+159+236=626 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.90% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #E79FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79FEC is #186013. Grayscale: #BDBDBD. Windows color (decimal): -1597460 or 15507431. OLE color: 15507431.

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

Color convert

RGB 231 159 236 -
CMYK 0.02 0.33 0 0.07
HSL 296.1º 0.67% 0.77% -
HSV(B) 296.1º 0.33% 0.93% -
XYZ 60.49 47.84 85.4 -
YUV 189.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 231 159 236 0.02 0.33 0 0.07 296.1 0.67 0.77
Hex E7 9F EC 2 21 0 7 128 43 4D
Octal 347 237 354 2 41 0 7 450 103 115
Binary 11100111 10011111 11101100 10 100001 0 111 100101000 1000011 1001101

Color Harmonies of #E79FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79FEC

Black with #E79FEC

Text Example


Text Example

White with #E79FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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