Html Css Color HEX #E794D3 Plum

📋 copy color: '#E794D3'

red 231 ◦ green 148 ◦ blue 211

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

Shades of Plum #E794D3

Tints of Plum #E794D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.76%

R = 39.15%
G = 25.08%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E794D3 (or 0xE794D3) is known color: Plum. HEX triplet: E7, 94 and D3. RGB value is (231,148,211). Sum of RGB (Red+Green+Blue) = 231+148+211=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E794D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794D3 is #186B2C. Grayscale: #B3B3B3. Windows color (decimal): -1600301 or 13866215. OLE color: 13866215.

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

Color convert

RGB 231 148 211 -
CMYK 0 0.36 0.09 0.09
HSL 314.46º 0.63% 0.74% -
HSV(B) 314.46º 0.36% 0.91% -
XYZ 55.3 42.87 66.99 -
YUV 180 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 231 148 211 0 0.36 0.09 0.09 314.46 0.63 0.74
Hex E7 94 D3 0 24 9 9 13A 3F 4A
Octal 347 224 323 0 44 11 11 472 77 112
Binary 11100111 10010100 11010011 0 100100 1001 1001 100111010 111111 1001010

Color Harmonies of #E794D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E794D3

Black with #E794D3

Text Example


Text Example

White with #E794D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E794D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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