Html Css Color HEX #E796D5 Plum

📋 copy color: '#E796D5'

red 231 ◦ green 150 ◦ blue 213

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

Shades of Plum #E796D5

Tints of Plum #E796D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.86%

R = 38.89%
G = 25.25%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E796D5 (or 0xE796D5) is known color: Plum. HEX triplet: E7, 96 and D5. RGB value is (231,150,213). Sum of RGB (Red+Green+Blue) = 231+150+213=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E796D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796D5 is #18692A. Grayscale: #B5B5B5. Windows color (decimal): -1599787 or 13997799. OLE color: 13997799.

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

Color convert

RGB 231 150 213 -
CMYK 0 0.35 0.08 0.09
HSL 313.33º 0.63% 0.75% -
HSV(B) 313.33º 0.35% 0.91% -
XYZ 55.87 43.61 68.42 -
YUV 181.4 145.84 163.38 -
System Red Green Blue C M Y K H S L
Decimal 231 150 213 0 0.35 0.08 0.09 313.33 0.63 0.75
Hex E7 96 D5 0 23 8 9 139 3F 4B
Octal 347 226 325 0 43 10 11 471 77 113
Binary 11100111 10010110 11010101 0 100011 1000 1001 100111001 111111 1001011

Color Harmonies of #E796D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E796D5

Black with #E796D5

Text Example


Text Example

White with #E796D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E796D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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