#E192EB

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

Shades of Plum #E192EB

Tints of Plum #E192EB

Color information

#E192EB (or 0xE192EB) is unknown color: approx Plum. HEX triplet: E1, 92 and EB. RGB value is (225,146,235). Sum of RGB (Red+Green+Blue) = 225+146+235=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #E192EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E192EB is #1E6D14. Grayscale: #B3B3B3. Windows color (decimal): -1994005 or 15438561. OLE color: 15438561.

HSL color Cylindrical-coordinate representation of color #E192EB: hue angle of 293.26º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E192EB is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225146235-
CMYK0.040.3800.08
HSL293.26º68.99%74.71%-
HSV(B)293.26º37.87%92.16%-
XYZ56.3342.5683.84-
YUV179.77159.17160.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 146 (57.42% from 255) = 24.09%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=37.13%
G=24.09%
B=38.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251462350.040.3800.08293.2668.9974.71
HexE192EB42608125454b
Octal341222353446010445105113
Binary1110000110010010111010111001001100100010010010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192EB; }

 p { color: rgb(225,146,235); }

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

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

 a { background-color: rgb(225,146,235); }

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

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

 span { border-color: rgb(225,146,235); }

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