Html Css Color HEX #E794D6 Plum

📋 copy color: '#E794D6'

red 231 ◦ green 148 ◦ blue 214

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

Shades of Plum #E794D6

Tints of Plum #E794D6

RGB

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

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

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

R = 38.95%
G = 24.96%
B = 36.09%

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

#E794D6 (or 0xE794D6) is known color: Plum. HEX triplet: E7, 94 and D6. RGB value is (231,148,214). Sum of RGB (Red+Green+Blue) = 231+148+214=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E794D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794D6 is #186B29. Grayscale: #B4B4B4. Windows color (decimal): -1600298 or 14062823. OLE color: 14062823.

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

Color convert

RGB 231 148 214 -
CMYK 0 0.36 0.07 0.09
HSL 312.29º 0.63% 0.74% -
HSV(B) 312.29º 0.36% 0.91% -
XYZ 55.68 43.02 68.99 -
YUV 180.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 231 148 214 0 0.36 0.07 0.09 312.29 0.63 0.74
Hex E7 94 D6 0 24 7 9 138 3F 4A
Octal 347 224 326 0 44 7 11 470 77 112
Binary 11100111 10010100 11010110 0 100100 111 1001 100111000 111111 1001010

Color Harmonies of #E794D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E794D6

Black with #E794D6

Text Example


Text Example

White with #E794D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E794D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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