Html Css Color HEX #E791DE Plum

📋 copy color: '#E791DE'

red 231 ◦ green 145 ◦ blue 222

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

Shades of Plum #E791DE

Tints of Plum #E791DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.12%

R = 38.63%
G = 24.25%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E791DE (or 0xE791DE) is known color: Plum. HEX triplet: E7, 91 and DE. RGB value is (231,145,222). Sum of RGB (Red+Green+Blue) = 231+145+222=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E791DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E791DE is #186E21. Grayscale: #B3B3B3. Windows color (decimal): -1601058 or 14586343. OLE color: 14586343.

HSL color Cylindrical-coordinate representation of color #E791DE: hue angle of 306.28º 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 #E791DE is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 145 222 -
CMYK 0 0.37 0.04 0.09
HSL 306.28º 0.64% 0.74% -
HSV(B) 306.28º 0.37% 0.91% -
XYZ 56.27 42.51 74.35 -
YUV 179.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 231 145 222 0 0.37 0.04 0.09 306.28 0.64 0.74
Hex E7 91 DE 0 25 4 9 132 40 4A
Octal 347 221 336 0 45 4 11 462 100 112
Binary 11100111 10010001 11011110 0 100101 100 1001 100110010 1000000 1001010

Color Harmonies of #E791DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E791DE

Black with #E791DE

Text Example


Text Example

White with #E791DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E791DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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