#E890E0

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

Shades of Plum #E890E0

Tints of Plum #E890E0

Color information

#E890E0 (or 0xE890E0) is unknown color: approx Plum. HEX triplet: E8, 90 and E0. RGB value is (232,144,224). Sum of RGB (Red+Green+Blue) = 232+144+224=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 232 - color contains mainly: red. Hex color #E890E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E890E0 is #176F1F. Grayscale: #B3B3B3. Windows color (decimal): -1535776 or 14717160. OLE color: 14717160.

HSL color Cylindrical-coordinate representation of color #E890E0: hue angle of 305.45º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E890E0 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB232144224-
CMYK00.380.030.09
HSL305.45º65.67%73.73%-
HSV(B)305.45º37.93%90.98%-
XYZ56.7142.4875.73-
YUV179.43153.15165.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.67%
GREEN value IS 144 (56.64% from 255) = 24%
BLUE value IS 224 (87.89% from 255) = 37.33%
R=38.67%
G=24%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214422400.380.030.09305.4565.6773.73
HexE890E002639131424a
Octal350220340046311461102112
Binary111010001001000011100000010011011100110011000110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E890E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E890E0; }

 p { color: rgb(232,144,224); }

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

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

 a { background-color: rgb(232,144,224); }

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

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

 span { border-color: rgb(232,144,224); }

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