Html Css Color HEX #E79DEC Plum

📋 copy color: '#E79DEC'

red 231 ◦ green 157 ◦ blue 236

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

Shades of Plum #E79DEC

Tints of Plum #E79DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.16%

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

R = 37.02%
G = 25.16%
B = 37.82%

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

#E79DEC (or 0xE79DEC) is known color: Plum. HEX triplet: E7, 9D and EC. RGB value is (231,157,236). Sum of RGB (Red+Green+Blue) = 231+157+236=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #E79DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79DEC is #186213. Grayscale: #BBBBBB. Windows color (decimal): -1597972 or 15506919. OLE color: 15506919.

HSL color Cylindrical-coordinate representation of color #E79DEC: hue angle of 296.2º degrees, saturation: 0.68, 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 #E79DEC is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 157 236 -
CMYK 0.02 0.33 0 0.07
HSL 296.2º 0.68% 0.77% -
HSV(B) 296.2º 0.33% 0.93% -
XYZ 60.15 47.16 85.29 -
YUV 188.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 231 157 236 0.02 0.33 0 0.07 296.2 0.68 0.77
Hex E7 9D EC 2 21 0 7 128 44 4D
Octal 347 235 354 2 41 0 7 450 104 115
Binary 11100111 10011101 11101100 10 100001 0 111 100101000 1000100 1001101

Color Harmonies of #E79DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79DEC

Black with #E79DEC

Text Example


Text Example

White with #E79DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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