Html Css Color HEX #E790DB Plum

📋 copy color: '#E790DB'

red 231 ◦ green 144 ◦ blue 219

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

Shades of Plum #E790DB

Tints of Plum #E790DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.24%

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

R = 38.89%
G = 24.24%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E790DB (or 0xE790DB) is known color: Plum. HEX triplet: E7, 90 and DB. RGB value is (231,144,219). Sum of RGB (Red+Green+Blue) = 231+144+219=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E790DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790DB is #186F24. Grayscale: #B2B2B2. Windows color (decimal): -1601317 or 14389479. OLE color: 14389479.

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

Color convert

RGB 231 144 219 -
CMYK 0 0.38 0.05 0.09
HSL 308.28º 0.64% 0.74% -
HSV(B) 308.28º 0.38% 0.91% -
XYZ 55.71 42.05 72.2 -
YUV 178.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 231 144 219 0 0.38 0.05 0.09 308.28 0.64 0.74
Hex E7 90 DB 0 26 5 9 134 40 4A
Octal 347 220 333 0 46 5 11 464 100 112
Binary 11100111 10010000 11011011 0 100110 101 1001 100110100 1000000 1001010

Color Harmonies of #E790DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E790DB

Black with #E790DB

Text Example


Text Example

White with #E790DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E790DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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