Html Css Color HEX #E79AF1 Plum

📋 copy color: '#E79AF1'

red 231 ◦ green 154 ◦ blue 241

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

Shades of Plum #E79AF1

Tints of Plum #E79AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.6%

 BLUE value IS 241 (94.53% from 255) = 38.5%

R = 36.9%
G = 24.6%
B = 38.5%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E79AF1 (or 0xE79AF1) is known color: Plum. HEX triplet: E7, 9A and F1. RGB value is (231,154,241). Sum of RGB (Red+Green+Blue) = 231+154+241=626 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.90% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #E79AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79AF1 is #18650E. Grayscale: #BABABA. Windows color (decimal): -1598735 or 15833831. OLE color: 15833831.

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

Color convert

RGB 231 154 241 -
CMYK 0.04 0.36 0 0.05
HSL 293.1º 0.76% 0.77% -
HSV(B) 293.1º 0.36% 0.95% -
XYZ 60.39 46.45 89 -
YUV 186.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 231 154 241 0.04 0.36 0 0.05 293.1 0.76 0.77
Hex E7 9A F1 4 24 0 5 125 4C 4D
Octal 347 232 361 4 44 0 5 445 114 115
Binary 11100111 10011010 11110001 100 100100 0 101 100100101 1001100 1001101

Color Harmonies of #E79AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79AF1

Black with #E79AF1

Text Example


Text Example

White with #E79AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79AF1; }

 p { color: rgb(231,154,241); }

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

background-color css

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

 a { background-color: rgb(231,154,241); }

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

border-color css

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

 span { border-color: rgb(231,154,241); }

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