Html Css Color HEX #E79DF2 Plum

📋 copy color: '#E79DF2'

red 231 ◦ green 157 ◦ blue 242

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

Shades of Plum #E79DF2

Tints of Plum #E79DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.41%

R = 36.67%
G = 24.92%
B = 38.41%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E79DF2 (or 0xE79DF2) is known color: Plum. HEX triplet: E7, 9D and F2. RGB value is (231,157,242). Sum of RGB (Red+Green+Blue) = 231+157+242=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #E79DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79DF2 is #18620D. Grayscale: #BCBCBC. Windows color (decimal): -1597966 or 15900135. OLE color: 15900135.

HSL color Cylindrical-coordinate representation of color #E79DF2: hue angle of 292.24º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E79DF2 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 157 242 -
CMYK 0.05 0.35 0 0.05
HSL 292.24º 0.77% 0.78% -
HSV(B) 292.24º 0.35% 0.95% -
XYZ 61.04 47.51 89.96 -
YUV 188.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 231 157 242 0.05 0.35 0 0.05 292.24 0.77 0.78
Hex E7 9D F2 5 23 0 5 124 4D 4E
Octal 347 235 362 5 43 0 5 444 115 116
Binary 11100111 10011101 11110010 101 100011 0 101 100100100 1001101 1001110

Color Harmonies of #E79DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79DF2

Black with #E79DF2

Text Example


Text Example

White with #E79DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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