Html Css Color HEX #E79EDC Plum

📋 copy color: '#E79EDC'

red 231 ◦ green 158 ◦ blue 220

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

Shades of Plum #E79EDC

Tints of Plum #E79EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.94%

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 37.93%
G = 25.94%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E79EDC (or 0xE79EDC) is known color: Plum. HEX triplet: E7, 9E and DC. RGB value is (231,158,220). Sum of RGB (Red+Green+Blue) = 231+158+220=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E79EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79EDC is #186123. Grayscale: #BABABA. Windows color (decimal): -1597732 or 14458599. OLE color: 14458599.

HSL color Cylindrical-coordinate representation of color #E79EDC: hue angle of 309.04º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79EDC is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 158 220 -
CMYK 0 0.32 0.05 0.09
HSL 309.04º 0.6% 0.76% -
HSV(B) 309.04º 0.32% 0.91% -
XYZ 58.1 46.61 73.64 -
YUV 186.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 231 158 220 0 0.32 0.05 0.09 309.04 0.6 0.76
Hex E7 9E DC 0 20 5 9 135 3C 4C
Octal 347 236 334 0 40 5 11 465 74 114
Binary 11100111 10011110 11011100 0 100000 101 1001 100110101 111100 1001100

Color Harmonies of #E79EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79EDC

Black with #E79EDC

Text Example


Text Example

White with #E79EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79EDC; }

 p { color: rgb(231,158,220); }

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

background-color css

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

 a { background-color: rgb(231,158,220); }

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

border-color css

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

 span { border-color: rgb(231,158,220); }

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