Html Css Color HEX #E793D6 Plum

📋 copy color: '#E793D6'

red 231 ◦ green 147 ◦ blue 214

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

Shades of Plum #E793D6

Tints of Plum #E793D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.15%

R = 39.02%
G = 24.83%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E793D6 (or 0xE793D6) is known color: Plum. HEX triplet: E7, 93 and D6. RGB value is (231,147,214). Sum of RGB (Red+Green+Blue) = 231+147+214=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E793D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E793D6 is #186C29. Grayscale: #B3B3B3. Windows color (decimal): -1600554 or 14062567. OLE color: 14062567.

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

Color convert

RGB 231 147 214 -
CMYK 0 0.36 0.07 0.09
HSL 312.14º 0.64% 0.74% -
HSV(B) 312.14º 0.36% 0.91% -
XYZ 55.53 42.71 68.94 -
YUV 179.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 231 147 214 0 0.36 0.07 0.09 312.14 0.64 0.74
Hex E7 93 D6 0 24 7 9 138 40 4A
Octal 347 223 326 0 44 7 11 470 100 112
Binary 11100111 10010011 11010110 0 100100 111 1001 100111000 1000000 1001010

Color Harmonies of #E793D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E793D6

Black with #E793D6

Text Example


Text Example

White with #E793D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E793D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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