Html Css Color HEX #E796DC Plum

📋 copy color: '#E796DC'

red 231 ◦ green 150 ◦ blue 220

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

Shades of Plum #E796DC

Tints of Plum #E796DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.96%

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 38.44%
G = 24.96%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E796DC (or 0xE796DC) is known color: Plum. HEX triplet: E7, 96 and DC. RGB value is (231,150,220). Sum of RGB (Red+Green+Blue) = 231+150+220=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E796DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796DC is #186923. Grayscale: #B6B6B6. Windows color (decimal): -1599780 or 14456551. OLE color: 14456551.

HSL color Cylindrical-coordinate representation of color #E796DC: hue angle of 308.15º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E796DC is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 150 220 -
CMYK 0 0.35 0.05 0.09
HSL 308.15º 0.63% 0.75% -
HSV(B) 308.15º 0.35% 0.91% -
XYZ 56.78 43.97 73.2 -
YUV 182.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 231 150 220 0 0.35 0.05 0.09 308.15 0.63 0.75
Hex E7 96 DC 0 23 5 9 134 3F 4B
Octal 347 226 334 0 43 5 11 464 77 113
Binary 11100111 10010110 11011100 0 100011 101 1001 100110100 111111 1001011

Color Harmonies of #E796DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E796DC

Black with #E796DC

Text Example


Text Example

White with #E796DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E796DC; }

 p { color: rgb(231,150,220); }

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

background-color css

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

 a { background-color: rgb(231,150,220); }

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

border-color css

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

 span { border-color: rgb(231,150,220); }

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