Html Css Color HEX #E796D6 Plum

📋 copy color: '#E796D6'

red 231 ◦ green 150 ◦ blue 214

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

Shades of Plum #E796D6

Tints of Plum #E796D6

RGB

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

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

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

R = 38.82%
G = 25.21%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E796D6 (or 0xE796D6) is known color: Plum. HEX triplet: E7, 96 and D6. RGB value is (231,150,214). Sum of RGB (Red+Green+Blue) = 231+150+214=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E796D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796D6 is #186929. Grayscale: #B5B5B5. Windows color (decimal): -1599786 or 14063335. OLE color: 14063335.

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

Color convert

RGB 231 150 214 -
CMYK 0 0.35 0.07 0.09
HSL 312.59º 0.63% 0.75% -
HSV(B) 312.59º 0.35% 0.91% -
XYZ 56 43.66 69.09 -
YUV 181.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 231 150 214 0 0.35 0.07 0.09 312.59 0.63 0.75
Hex E7 96 D6 0 23 7 9 139 3F 4B
Octal 347 226 326 0 43 7 11 471 77 113
Binary 11100111 10010110 11010110 0 100011 111 1001 100111001 111111 1001011

Color Harmonies of #E796D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E796D6

Black with #E796D6

Text Example


Text Example

White with #E796D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E796D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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