Html Css Color HEX #E79FD6 Plum

📋 copy color: '#E79FD6'

red 231 ◦ green 159 ◦ blue 214

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

Shades of Plum #E79FD6

Tints of Plum #E79FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.43%

R = 38.25%
G = 26.32%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E79FD6 (or 0xE79FD6) is known color: Plum. HEX triplet: E7, 9F and D6. RGB value is (231,159,214). Sum of RGB (Red+Green+Blue) = 231+159+214=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E79FD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79FD6 is #186029. Grayscale: #BABABA. Windows color (decimal): -1597482 or 14065639. OLE color: 14065639.

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

Color convert

RGB 231 159 214 -
CMYK 0 0.31 0.07 0.09
HSL 314.17º 0.6% 0.76% -
HSV(B) 314.17º 0.31% 0.91% -
XYZ 57.49 46.64 69.59 -
YUV 186.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 231 159 214 0 0.31 0.07 0.09 314.17 0.6 0.76
Hex E7 9F D6 0 1F 7 9 13A 3C 4C
Octal 347 237 326 0 37 7 11 472 74 114
Binary 11100111 10011111 11010110 0 11111 111 1001 100111010 111100 1001100

Color Harmonies of #E79FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79FD6

Black with #E79FD6

Text Example


Text Example

White with #E79FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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