#e499e4

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

Shades of Plum #E499E4

Tints of Plum #E499E4

Color information

#E499E4 (or 0xE499E4) is unknown color: approx Plum. HEX triplet: E4, 99 and E4. RGB value is (228,153,228). Sum of RGB (Red+Green+Blue) = 228+153+228=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 228 - color contains mainly: red, blue. Hex color #E499E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E499E4 is #1B661B. Grayscale: #B7B7B7. Windows color (decimal): -1795612 or 14981604. OLE color: 14981604.

HSL color Cylindrical-coordinate representation of color #E499E4: hue angle of 300º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E499E4 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB228153228-
CMYK00.3300.11
HSL300º58.14%74.71%-
HSV(B)300º32.89%89.41%-
XYZ57.3944.8879.04-
YUV183.98152.85159.4-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.44%
GREEN value IS 153 (60.16% from 255) = 25.12%
BLUE value IS 228 (89.45% from 255) = 37.44%
R=37.44%
G=25.12%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815322800.3300.1130058.1474.71
HexE499E40210B12c3a4b
Octal34423134404101345472113
Binary1110010010011001111001000100001010111001011001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e499e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e499e4; }

 p { color: rgb(228,153,228); }

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

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

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

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

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

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

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