#E892DC

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

Shades of Plum #E892DC

Tints of Plum #E892DC

Color information

#E892DC (or 0xE892DC) is unknown color: approx Plum. HEX triplet: E8, 92 and DC. RGB value is (232,146,220). Sum of RGB (Red+Green+Blue) = 232+146+220=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E892DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E892DC is #176D23. Grayscale: #B3B3B3. Windows color (decimal): -1535268 or 14455528. OLE color: 14455528.

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

Color convert

RGB232146220-
CMYK00.370.050.09
HSL308.37º65.15%74.12%-
HSV(B)308.37º37.07%90.98%-
XYZ56.4842.8873.01-
YUV180.15150.49164.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.80%
GREEN value IS 146 (57.42% from 255) = 24.41%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=38.80%
G=24.41%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214622000.370.050.09308.3765.1574.12
HexE892DC02559134414a
Octal350222334045511464101112
Binary1110100010010010110111000100101101100110011010010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E892DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E892DC; }

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

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

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

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

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

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

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

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