Html Css Color HEX #E794D9 Plum

📋 copy color: '#E794D9'

red 231 ◦ green 148 ◦ blue 217

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

Shades of Plum #E794D9

Tints of Plum #E794D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.41%

R = 38.76%
G = 24.83%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E794D9 (or 0xE794D9) is known color: Plum. HEX triplet: E7, 94 and D9. RGB value is (231,148,217). Sum of RGB (Red+Green+Blue) = 231+148+217=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E794D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794D9 is #186B26. Grayscale: #B4B4B4. Windows color (decimal): -1600295 or 14259431. OLE color: 14259431.

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

Color convert

RGB 231 148 217 -
CMYK 0 0.36 0.06 0.09
HSL 310.12º 0.63% 0.74% -
HSV(B) 310.12º 0.36% 0.91% -
XYZ 56.07 43.18 71.02 -
YUV 180.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 231 148 217 0 0.36 0.06 0.09 310.12 0.63 0.74
Hex E7 94 D9 0 24 6 9 136 3F 4A
Octal 347 224 331 0 44 6 11 466 77 112
Binary 11100111 10010100 11011001 0 100100 110 1001 100110110 111111 1001010

Color Harmonies of #E794D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E794D9

Black with #E794D9

Text Example


Text Example

White with #E794D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E794D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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