#E992E3

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

Shades of Plum #E992E3

Tints of Plum #E992E3

Color information

#E992E3 (or 0xE992E3) is unknown color: approx Plum. HEX triplet: E9, 92 and E3. RGB value is (233,146,227). Sum of RGB (Red+Green+Blue) = 233+146+227=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E992E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992E3 is #166D1C. Grayscale: #B5B5B5. Windows color (decimal): -1469725 or 14914281. OLE color: 14914281.

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

Color convert

RGB233146227-
CMYK00.370.030.09
HSL304.14º66.41%74.31%-
HSV(B)304.14º37.34%91.37%-
XYZ57.7543.4378.01-
YUV181.25153.82164.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.45%
GREEN value IS 146 (57.42% from 255) = 24.09%
BLUE value IS 227 (89.06% from 255) = 37.46%
R=38.45%
G=24.09%
B=37.46%

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
Decimal23314622700.370.030.09304.1466.4174.31
HexE992E302539130424a
Octal351222343045311460102112
Binary111010011001001011100011010010111100110011000010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E992E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E992E3; }

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

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

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

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

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

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

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

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