Html Css Color HEX #E794DF Plum

📋 copy color: '#E794DF'

red 231 ◦ green 148 ◦ blue 223

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

Shades of Plum #E794DF

Tints of Plum #E794DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.04%

R = 38.37%
G = 24.58%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E794DF (or 0xE794DF) is known color: Plum. HEX triplet: E7, 94 and DF. RGB value is (231,148,223). Sum of RGB (Red+Green+Blue) = 231+148+223=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E794DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794DF is #186B20. Grayscale: #B5B5B5. Windows color (decimal): -1600289 or 14652647. OLE color: 14652647.

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

Color convert

RGB 231 148 223 -
CMYK 0 0.36 0.03 0.09
HSL 305.78º 0.63% 0.74% -
HSV(B) 305.78º 0.36% 0.91% -
XYZ 56.86 43.5 75.21 -
YUV 181.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 231 148 223 0 0.36 0.03 0.09 305.78 0.63 0.74
Hex E7 94 DF 0 24 3 9 132 3F 4A
Octal 347 224 337 0 44 3 11 462 77 112
Binary 11100111 10010100 11011111 0 100100 11 1001 100110010 111111 1001010

Color Harmonies of #E794DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E794DF

Black with #E794DF

Text Example


Text Example

White with #E794DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E794DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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