#E492E7

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

Shades of Plum #E492E7

Tints of Plum #E492E7

Color information

#E492E7 (or 0xE492E7) is unknown color: approx Plum. HEX triplet: E4, 92 and E7. RGB value is (228,146,231). Sum of RGB (Red+Green+Blue) = 228+146+231=605 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.69% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #E492E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E492E7 is #1B6D18. Grayscale: #B3B3B3. Windows color (decimal): -1797401 or 15176420. OLE color: 15176420.

HSL color Cylindrical-coordinate representation of color #E492E7: hue angle of 297.88º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E492E7 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB228146231-
CMYK0.010.3700.09
HSL297.88º63.91%73.92%-
HSV(B)297.88º36.8%90.59%-
XYZ56.742.8280.88-
YUV180.21156.67162.09-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.69%
GREEN value IS 146 (57.42% from 255) = 24.13%
BLUE value IS 231 (90.62% from 255) = 38.18%
R=37.69%
G=24.13%
B=38.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2281462310.010.3700.09297.8863.9173.92
HexE492E71250912a404a
Octal344222347145011452100112
Binary11100100100100101110011111001010100110010101010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E492E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E492E7; }

 p { color: rgb(228,146,231); }

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

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

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

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

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

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

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