#E195EB

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

Shades of Plum #E195EB

Tints of Plum #E195EB

Color information

#E195EB (or 0xE195EB) is unknown color: approx Plum. HEX triplet: E1, 95 and EB. RGB value is (225,149,235). Sum of RGB (Red+Green+Blue) = 225+149+235=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #E195EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E195EB is #1E6A14. Grayscale: #B5B5B5. Windows color (decimal): -1993237 or 15439329. OLE color: 15439329.

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

Color convert

RGB225149235-
CMYK0.040.3700.08
HSL293.02º68.25%75.29%-
HSV(B)293.02º36.6%92.16%-
XYZ56.7943.584-
YUV181.53158.18159.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 149 (58.59% from 255) = 24.47%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=36.95%
G=24.47%
B=38.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251492350.040.3700.08293.0268.2575.29
HexE195EB42508125444b
Octal341225353445010445104113
Binary1110000110010101111010111001001010100010010010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195EB; }

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

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

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

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

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

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

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

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