Html Css Color HEX #E796DD Plum

📋 copy color: '#E796DD'

red 231 ◦ green 150 ◦ blue 221

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

Shades of Plum #E796DD

Tints of Plum #E796DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 38.37%
G = 24.92%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E796DD (or 0xE796DD) is known color: Plum. HEX triplet: E7, 96 and DD. RGB value is (231,150,221). Sum of RGB (Red+Green+Blue) = 231+150+221=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E796DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796DD is #186922. Grayscale: #B6B6B6. Windows color (decimal): -1599779 or 14522087. OLE color: 14522087.

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

Color convert

RGB 231 150 221 -
CMYK 0 0.35 0.04 0.09
HSL 307.41º 0.63% 0.75% -
HSV(B) 307.41º 0.35% 0.91% -
XYZ 56.91 44.02 73.9 -
YUV 182.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 231 150 221 0 0.35 0.04 0.09 307.41 0.63 0.75
Hex E7 96 DD 0 23 4 9 133 3F 4B
Octal 347 226 335 0 43 4 11 463 77 113
Binary 11100111 10010110 11011101 0 100011 100 1001 100110011 111111 1001011

Color Harmonies of #E796DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E796DD

Black with #E796DD

Text Example


Text Example

White with #E796DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E796DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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