#E892DF

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

Shades of Plum #E892DF

Tints of Plum #E892DF

Color information

#E892DF (or 0xE892DF) is unknown color: approx Plum. HEX triplet: E8, 92 and DF. RGB value is (232,146,223). Sum of RGB (Red+Green+Blue) = 232+146+223=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E892DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E892DF is #176D20. Grayscale: #B4B4B4. Windows color (decimal): -1535265 or 14652136. OLE color: 14652136.

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

Color convert

RGB232146223-
CMYK00.370.040.09
HSL306.28º65.15%74.12%-
HSV(B)306.28º37.07%90.98%-
XYZ56.8843.0475.12-
YUV180.49151.99164.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.60%
GREEN value IS 146 (57.42% from 255) = 24.29%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=38.60%
G=24.29%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214622300.370.040.09306.2865.1574.12
HexE892DF02549132414a
Octal350222337045411462101112
Binary1110100010010010110111110100101100100110011001010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E892DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E892DF; }

 p { color: rgb(232,146,223); }

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

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

 a { background-color: rgb(232,146,223); }

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

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

 span { border-color: rgb(232,146,223); }

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