#E19BF0

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

Shades of Plum #E19BF0

Tints of Plum #E19BF0

Color information

#E19BF0 (or 0xE19BF0) is unknown color: approx Plum. HEX triplet: E1, 9B and F0. RGB value is (225,155,240). Sum of RGB (Red+Green+Blue) = 225+155+240=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #E19BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19BF0 is #1E640F. Grayscale: #B9B9B9. Windows color (decimal): -1991696 or 15768545. OLE color: 15768545.

HSL color Cylindrical-coordinate representation of color #E19BF0: hue angle of 289.41º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E19BF0 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225155240-
CMYK0.060.3500.06
HSL289.41º73.91%77.45%-
HSV(B)289.41º35.42%94.12%-
XYZ58.545.7488.18-
YUV185.62158.69156.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 155 (60.94% from 255) = 25%
BLUE value IS 240 (94.14% from 255) = 38.71%
R=36.29%
G=25%
B=38.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251552400.060.3500.06289.4173.9177.45
HexE19BF0623061214a4d
Octal34123336064306441112115
Binary111000011001101111110000110100011011010010000110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BF0; }

 p { color: rgb(225,155,240); }

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

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

 a { background-color: rgb(225,155,240); }

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

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

 span { border-color: rgb(225,155,240); }

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