#E892D8

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

Shades of Plum #E892D8

Tints of Plum #E892D8

Color information

#E892D8 (or 0xE892D8) is unknown color: approx Plum. HEX triplet: E8, 92 and D8. RGB value is (232,146,216). Sum of RGB (Red+Green+Blue) = 232+146+216=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E892D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E892D8 is #176D27. Grayscale: #B3B3B3. Windows color (decimal): -1535272 or 14193384. OLE color: 14193384.

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

Color convert

RGB232146216-
CMYK00.370.070.09
HSL311.16º65.15%74.12%-
HSV(B)311.16º37.07%90.98%-
XYZ55.9542.6770.25-
YUV179.69148.49165.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.06%
GREEN value IS 146 (57.42% from 255) = 24.58%
BLUE value IS 216 (84.77% from 255) = 36.36%
R=39.06%
G=24.58%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214621600.370.070.09311.1665.1574.12
HexE892D802579137414a
Octal350222330045711467101112
Binary1110100010010010110110000100101111100110011011110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E892D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E892D8; }

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

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

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

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

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

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

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

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