#E7B4ED

Color #E7B4ED Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E7B4ED

Tints of Plum #E7B4ED

Color information

#E7B4ED (or 0xE7B4ED) is unknown color: approx Plum. HEX triplet: E7, B4 and ED. RGB value is (231,180,237). Sum of RGB (Red+Green+Blue) = 231+180+237=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 180 (70.70% from 255 or 27.78% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7B4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B4ED is #184B12. Grayscale: #C9C9C9. Windows color (decimal): -1592083 or 15578343. OLE color: 15578343.

HSL color Cylindrical-coordinate representation of color #E7B4ED: hue angle of 293.68º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B4ED is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231180237-
CMYK0.030.2400.07
HSL293.68º61.29%81.76%-
HSV(B)293.68º24.05%92.94%-
XYZ64.5655.7587.48-
YUV201.75147.9148.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.65%
GREEN value IS 180 (70.70% from 255) = 27.78%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=35.65%
G=27.78%
B=36.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311802370.030.2400.07293.6861.2981.76
HexE7B4ED318071263d52
Octal3472643553300744675122
Binary111001111011010011101101111100001111001001101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B4ED; }

 p { color: rgb(231,180,237); }

 H1.HeaderClassName
 {
   color: #E7B4ED;
 }
 .AnyTagClassName
 {
   color: #E7B4ED;
 }
</style>
background-color css

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

 a { background-color: rgb(231,180,237); }

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

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

 span { border-color: rgb(231,180,237); }

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