Html Css Color HEX #E794DC Plum

📋 copy color: '#E794DC'

red 231 ◦ green 148 ◦ blue 220

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

Shades of Plum #E794DC

Tints of Plum #E794DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.71%

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

R = 38.56%
G = 24.71%
B = 36.73%

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

#E794DC (or 0xE794DC) is known color: Plum. HEX triplet: E7, 94 and DC. RGB value is (231,148,220). Sum of RGB (Red+Green+Blue) = 231+148+220=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E794DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794DC is #186B23. Grayscale: #B4B4B4. Windows color (decimal): -1600292 or 14456039. OLE color: 14456039.

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

Color convert

RGB 231 148 220 -
CMYK 0 0.36 0.05 0.09
HSL 307.95º 0.63% 0.74% -
HSV(B) 307.95º 0.36% 0.91% -
XYZ 56.46 43.34 73.1 -
YUV 181.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 231 148 220 0 0.36 0.05 0.09 307.95 0.63 0.74
Hex E7 94 DC 0 24 5 9 134 3F 4A
Octal 347 224 334 0 44 5 11 464 77 112
Binary 11100111 10010100 11011100 0 100100 101 1001 100110100 111111 1001010

Color Harmonies of #E794DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E794DC

Black with #E794DC

Text Example


Text Example

White with #E794DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E794DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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