#E4B2EA

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

Shades of Plum #E4B2EA

Tints of Plum #E4B2EA

Color information

#E4B2EA (or 0xE4B2EA) is unknown color: approx Plum. HEX triplet: E4, B2 and EA. RGB value is (228,178,234). Sum of RGB (Red+Green+Blue) = 228+178+234=640 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.62% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4B2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B2EA is #1B4D15. Grayscale: #C7C7C7. Windows color (decimal): -1789206 or 15381220. OLE color: 15381220.

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

Color convert

RGB228178234-
CMYK0.030.2400.08
HSL293.57º57.14%80.78%-
HSV(B)293.57º23.93%91.76%-
XYZ62.7754.2885.01-
YUV199.33147.56148.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.62%
GREEN value IS 178 (69.92% from 255) = 27.81%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=35.62%
G=27.81%
B=36.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281782340.030.2400.08293.5757.1480.78
HexE4B2EA318081263951
Octal34426235233001044671121
Binary1110010010110010111010101111000010001001001101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B2EA; }

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

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

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

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

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

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

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

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