#E992E2

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

Shades of Plum #E992E2

Tints of Plum #E992E2

Color information

#E992E2 (or 0xE992E2) is unknown color: approx Plum. HEX triplet: E9, 92 and E2. RGB value is (233,146,226). Sum of RGB (Red+Green+Blue) = 233+146+226=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E992E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992E2 is #166D1D. Grayscale: #B4B4B4. Windows color (decimal): -1469726 or 14848745. OLE color: 14848745.

HSL color Cylindrical-coordinate representation of color #E992E2: hue angle of 304.83º degrees, saturation: 0.66, 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 #E992E2 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB233146226-
CMYK00.370.030.09
HSL304.83º66.41%74.31%-
HSV(B)304.83º37.34%91.37%-
XYZ57.6143.3777.29-
YUV181.13153.32165-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.51%
GREEN value IS 146 (57.42% from 255) = 24.13%
BLUE value IS 226 (88.67% from 255) = 37.36%
R=38.51%
G=24.13%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314622600.370.030.09304.8366.4174.31
HexE992E202539131424a
Octal351222342045311461102112
Binary111010011001001011100010010010111100110011000110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E992E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E992E2; }

 p { color: rgb(233,146,226); }

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

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

 a { background-color: rgb(233,146,226); }

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

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

 span { border-color: rgb(233,146,226); }

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