Html Css Color HEX #E79FF2 Plum

📋 copy color: '#E79FF2'

red 231 ◦ green 159 ◦ blue 242

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

Shades of Plum #E79FF2

Tints of Plum #E79FF2

RGB

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

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

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

R = 36.55%
G = 25.16%
B = 38.29%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E79FF2 (or 0xE79FF2) is known color: Plum. HEX triplet: E7, 9F and F2. RGB value is (231,159,242). Sum of RGB (Red+Green+Blue) = 231+159+242=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #E79FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79FF2 is #18600D. Grayscale: #BDBDBD. Windows color (decimal): -1597454 or 15900647. OLE color: 15900647.

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

Color convert

RGB 231 159 242 -
CMYK 0.05 0.34 0 0.05
HSL 292.05º 0.76% 0.79% -
HSV(B) 292.05º 0.34% 0.95% -
XYZ 61.38 48.2 90.07 -
YUV 189.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 231 159 242 0.05 0.34 0 0.05 292.05 0.76 0.79
Hex E7 9F F2 5 22 0 5 124 4C 4F
Octal 347 237 362 5 42 0 5 444 114 117
Binary 11100111 10011111 11110010 101 100010 0 101 100100100 1001100 1001111

Color Harmonies of #E79FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79FF2

Black with #E79FF2

Text Example


Text Example

White with #E79FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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