Html Css Color HEX #E790DC Plum

📋 copy color: '#E790DC'

red 231 ◦ green 144 ◦ blue 220

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

Shades of Plum #E790DC

Tints of Plum #E790DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.97%

R = 38.82%
G = 24.2%
B = 36.97%

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

#E790DC (or 0xE790DC) is known color: Plum. HEX triplet: E7, 90 and DC. RGB value is (231,144,220). Sum of RGB (Red+Green+Blue) = 231+144+220=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E790DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790DC is #186F23. Grayscale: #B2B2B2. Windows color (decimal): -1601316 or 14455015. OLE color: 14455015.

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

Color convert

RGB 231 144 220 -
CMYK 0 0.38 0.05 0.09
HSL 307.59º 0.64% 0.74% -
HSV(B) 307.59º 0.38% 0.91% -
XYZ 55.85 42.1 72.89 -
YUV 178.68 151.32 165.32 -
System Red Green Blue C M Y K H S L
Decimal 231 144 220 0 0.38 0.05 0.09 307.59 0.64 0.74
Hex E7 90 DC 0 26 5 9 134 40 4A
Octal 347 220 334 0 46 5 11 464 100 112
Binary 11100111 10010000 11011100 0 100110 101 1001 100110100 1000000 1001010

Color Harmonies of #E790DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E790DC

Black with #E790DC

Text Example


Text Example

White with #E790DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E790DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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