Html Css Color HEX #E794D7 Plum

📋 copy color: '#E794D7'

red 231 ◦ green 148 ◦ blue 215

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

Shades of Plum #E794D7

Tints of Plum #E794D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.2%

R = 38.89%
G = 24.92%
B = 36.2%

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

#E794D7 (or 0xE794D7) is known color: Plum. HEX triplet: E7, 94 and D7. RGB value is (231,148,215). Sum of RGB (Red+Green+Blue) = 231+148+215=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E794D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794D7 is #186B28. Grayscale: #B4B4B4. Windows color (decimal): -1600297 or 14128359. OLE color: 14128359.

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

Color convert

RGB 231 148 215 -
CMYK 0 0.36 0.07 0.09
HSL 311.57º 0.63% 0.74% -
HSV(B) 311.57º 0.36% 0.91% -
XYZ 55.81 43.08 69.66 -
YUV 180.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 231 148 215 0 0.36 0.07 0.09 311.57 0.63 0.74
Hex E7 94 D7 0 24 7 9 138 3F 4A
Octal 347 224 327 0 44 7 11 470 77 112
Binary 11100111 10010100 11010111 0 100100 111 1001 100111000 111111 1001010

Color Harmonies of #E794D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E794D7

Black with #E794D7

Text Example


Text Example

White with #E794D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E794D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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