Html Css Color HEX #E791DB Plum

📋 copy color: '#E791DB'

red 231 ◦ green 145 ◦ blue 219

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

Shades of Plum #E791DB

Tints of Plum #E791DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 38.82%
G = 24.37%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E791DB (or 0xE791DB) is known color: Plum. HEX triplet: E7, 91 and DB. RGB value is (231,145,219). Sum of RGB (Red+Green+Blue) = 231+145+219=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E791DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E791DB is #186E24. Grayscale: #B2B2B2. Windows color (decimal): -1601061 or 14389735. OLE color: 14389735.

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

Color convert

RGB 231 145 219 -
CMYK 0 0.37 0.05 0.09
HSL 308.37º 0.64% 0.74% -
HSV(B) 308.37º 0.37% 0.91% -
XYZ 55.87 42.35 72.25 -
YUV 179.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 231 145 219 0 0.37 0.05 0.09 308.37 0.64 0.74
Hex E7 91 DB 0 25 5 9 134 40 4A
Octal 347 221 333 0 45 5 11 464 100 112
Binary 11100111 10010001 11011011 0 100101 101 1001 100110100 1000000 1001010

Color Harmonies of #E791DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E791DB

Black with #E791DB

Text Example


Text Example

White with #E791DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E791DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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