#e092dd

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

Shades of Plum #E092DD

Tints of Plum #E092DD

Color information

#E092DD (or 0xE092DD) is unknown color: approx Plum. HEX triplet: E0, 92 and DD. RGB value is (224,146,221). Sum of RGB (Red+Green+Blue) = 224+146+221=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E092DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092DD is #1F6D22. Grayscale: #B1B1B1. Windows color (decimal): -2059555 or 14521056. OLE color: 14521056.

HSL color Cylindrical-coordinate representation of color #E092DD: hue angle of 302.31º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E092DD is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224146221-
CMYK00.350.010.12
HSL302.31º55.71%72.55%-
HSV(B)302.31º34.82%87.84%-
XYZ54.0741.6373.59-
YUV177.87152.34160.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 146 (57.42% from 255) = 24.70%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=37.90%
G=24.70%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414622100.350.010.12302.3155.7172.55
HexE092DD0231C12e3849
Octal34022233504311445670111
Binary1110000010010010110111010100011111001001011101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e092dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e092dd; }

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

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

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

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

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

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

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

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