Html Css Color HEX #E793DC Plum

📋 copy color: '#E793DC'

red 231 ◦ green 147 ◦ blue 220

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

Shades of Plum #E793DC

Tints of Plum #E793DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.58%

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

R = 38.63%
G = 24.58%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E793DC (or 0xE793DC) is known color: Plum. HEX triplet: E7, 93 and DC. RGB value is (231,147,220). Sum of RGB (Red+Green+Blue) = 231+147+220=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E793DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E793DC is #186C23. Grayscale: #B4B4B4. Windows color (decimal): -1600548 or 14455783. OLE color: 14455783.

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

Color convert

RGB 231 147 220 -
CMYK 0 0.36 0.05 0.09
HSL 307.86º 0.64% 0.74% -
HSV(B) 307.86º 0.36% 0.91% -
XYZ 56.31 43.02 73.05 -
YUV 180.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 231 147 220 0 0.36 0.05 0.09 307.86 0.64 0.74
Hex E7 93 DC 0 24 5 9 134 40 4A
Octal 347 223 334 0 44 5 11 464 100 112
Binary 11100111 10010011 11011100 0 100100 101 1001 100110100 1000000 1001010

Color Harmonies of #E793DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E793DC

Black with #E793DC

Text Example


Text Example

White with #E793DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E793DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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