Html Css Color HEX #E791E2 Plum

📋 copy color: '#E791E2'

red 231 ◦ green 145 ◦ blue 226

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

Shades of Plum #E791E2

Tints of Plum #E791E2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.09%

 BLUE value IS 226 (88.67% from 255) = 37.54%

R = 38.37%
G = 24.09%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E791E2 (or 0xE791E2) is known color: Plum. HEX triplet: E7, 91 and E2. RGB value is (231,145,226). Sum of RGB (Red+Green+Blue) = 231+145+226=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E791E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E791E2 is #186E1D. Grayscale: #B3B3B3. Windows color (decimal): -1601054 or 14848487. OLE color: 14848487.

HSL color Cylindrical-coordinate representation of color #E791E2: hue angle of 303.49º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E791E2 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 145 226 -
CMYK 0 0.37 0.02 0.09
HSL 303.49º 0.64% 0.74% -
HSV(B) 303.49º 0.37% 0.91% -
XYZ 56.81 42.73 77.21 -
YUV 179.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 231 145 226 0 0.37 0.02 0.09 303.49 0.64 0.74
Hex E7 91 E2 0 25 2 9 12F 40 4A
Octal 347 221 342 0 45 2 11 457 100 112
Binary 11100111 10010001 11100010 0 100101 10 1001 100101111 1000000 1001010

Color Harmonies of #E791E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E791E2

Black with #E791E2

Text Example


Text Example

White with #E791E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E791E2; }

 p { color: rgb(231,145,226); }

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

background-color css

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

 a { background-color: rgb(231,145,226); }

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

border-color css

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

 span { border-color: rgb(231,145,226); }

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