#E4B0EA

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

Shades of Plum #E4B0EA

Tints of Plum #E4B0EA

Color information

#E4B0EA (or 0xE4B0EA) is unknown color: approx Plum. HEX triplet: E4, B0 and EA. RGB value is (228,176,234). Sum of RGB (Red+Green+Blue) = 228+176+234=638 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.74% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4B0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B0EA is #1B4F15. Grayscale: #C5C5C5. Windows color (decimal): -1789718 or 15380708. OLE color: 15380708.

HSL color Cylindrical-coordinate representation of color #E4B0EA: hue angle of 293.79º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4B0EA is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228176234-
CMYK0.030.2500.08
HSL293.79º58%80.39%-
HSV(B)293.79º24.79%91.76%-
XYZ62.3753.4984.88-
YUV198.16148.23149.28-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.74%
GREEN value IS 176 (69.14% from 255) = 27.59%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=35.74%
G=27.59%
B=36.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281762340.030.2500.08293.795880.39
HexE4B0EA319081263a50
Octal34426035233101044672120
Binary1110010010110000111010101111001010001001001101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B0EA; }

 p { color: rgb(228,176,234); }

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

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

 a { background-color: rgb(228,176,234); }

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

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

 span { border-color: rgb(228,176,234); }

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