Html Css Color HEX #E79EDE Plum

📋 copy color: '#E79EDE'

red 231 ◦ green 158 ◦ blue 222

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

Shades of Plum #E79EDE

Tints of Plum #E79EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.33%

R = 37.81%
G = 25.86%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E79EDE (or 0xE79EDE) is known color: Plum. HEX triplet: E7, 9E and DE. RGB value is (231,158,222). Sum of RGB (Red+Green+Blue) = 231+158+222=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E79EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79EDE is #186121. Grayscale: #BABABA. Windows color (decimal): -1597730 or 14589671. OLE color: 14589671.

HSL color Cylindrical-coordinate representation of color #E79EDE: hue angle of 307.4º 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 #E79EDE is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 158 222 -
CMYK 0 0.32 0.04 0.09
HSL 307.4º 0.6% 0.76% -
HSV(B) 307.4º 0.32% 0.91% -
XYZ 58.37 46.72 75.05 -
YUV 187.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 231 158 222 0 0.32 0.04 0.09 307.4 0.6 0.76
Hex E7 9E DE 0 20 4 9 133 3C 4C
Octal 347 236 336 0 40 4 11 463 74 114
Binary 11100111 10011110 11011110 0 100000 100 1001 100110011 111100 1001100

Color Harmonies of #E79EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79EDE

Black with #E79EDE

Text Example


Text Example

White with #E79EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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