#E092E9

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

Shades of Plum #E092E9

Tints of Plum #E092E9

Color information

#E092E9 (or 0xE092E9) is unknown color: approx Plum. HEX triplet: E0, 92 and E9. RGB value is (224,146,233). Sum of RGB (Red+Green+Blue) = 224+146+233=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 233 - color contains mainly: blue. Hex color #E092E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E092E9 is #1F6D16. Grayscale: #B2B2B2. Windows color (decimal): -2059543 or 15307488. OLE color: 15307488.

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

Color convert

RGB224146233-
CMYK0.040.3700.09
HSL293.79º66.41%74.31%-
HSV(B)293.79º37.34%91.37%-
XYZ55.7342.2982.32-
YUV179.24158.34159.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 146 (57.42% from 255) = 24.21%
BLUE value IS 233 (91.41% from 255) = 38.64%
R=37.15%
G=24.21%
B=38.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241462330.040.3700.09293.7966.4174.31
HexE092E942509126424a
Octal340222351445011446102112
Binary1110000010010010111010011001001010100110010011010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E092E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E092E9; }

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

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

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

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

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

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

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

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