Html Css Color HEX #E792D6 Plum

📋 copy color: '#E792D6'

red 231 ◦ green 146 ◦ blue 214

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

Shades of Plum #E792D6

Tints of Plum #E792D6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.7%

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

R = 39.09%
G = 24.7%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E792D6 (or 0xE792D6) is known color: Plum. HEX triplet: E7, 92 and D6. RGB value is (231,146,214). Sum of RGB (Red+Green+Blue) = 231+146+214=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E792D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E792D6 is #186D29. Grayscale: #B2B2B2. Windows color (decimal): -1600810 or 14062311. OLE color: 14062311.

HSL color Cylindrical-coordinate representation of color #E792D6: hue angle of 312º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E792D6 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 146 214 -
CMYK 0 0.37 0.07 0.09
HSL 312º 0.64% 0.74% -
HSV(B) 312º 0.37% 0.91% -
XYZ 55.37 42.4 68.88 -
YUV 179.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 231 146 214 0 0.37 0.07 0.09 312 0.64 0.74
Hex E7 92 D6 0 25 7 9 138 40 4A
Octal 347 222 326 0 45 7 11 470 100 112
Binary 11100111 10010010 11010110 0 100101 111 1001 100111000 1000000 1001010

Color Harmonies of #E792D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E792D6

Black with #E792D6

Text Example


Text Example

White with #E792D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E792D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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