#E092EA

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

Shades of Plum #E092EA

Tints of Plum #E092EA

Color information

#E092EA (or 0xE092EA) is unknown color: approx Plum. HEX triplet: E0, 92 and EA. RGB value is (224,146,234). Sum of RGB (Red+Green+Blue) = 224+146+234=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #E092EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E092EA is #1F6D15. Grayscale: #B3B3B3. Windows color (decimal): -2059542 or 15373024. OLE color: 15373024.

HSL color Cylindrical-coordinate representation of color #E092EA: hue angle of 293.18º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E092EA is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224146234-
CMYK0.040.3800.08
HSL293.18º67.69%74.51%-
HSV(B)293.18º37.61%91.76%-
XYZ55.8742.3583.07-
YUV179.35158.84159.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 146 (57.42% from 255) = 24.17%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=37.09%
G=24.17%
B=38.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241462340.040.3800.08293.1867.6974.51
HexE092EA42608125444b
Octal340222352446010445104113
Binary1110000010010010111010101001001100100010010010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E092EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E092EA; }

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

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

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

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

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

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

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

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