#E195E6

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

Shades of Plum #E195E6

Tints of Plum #E195E6

Color information

#E195E6 (or 0xE195E6) is unknown color: approx Plum. HEX triplet: E1, 95 and E6. RGB value is (225,149,230). Sum of RGB (Red+Green+Blue) = 225+149+230=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #E195E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E195E6 is #1E6A19. Grayscale: #B4B4B4. Windows color (decimal): -1993242 or 15111649. OLE color: 15111649.

HSL color Cylindrical-coordinate representation of color #E195E6: hue angle of 296.3º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E195E6 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225149230-
CMYK0.020.3500.10
HSL296.3º61.83%74.31%-
HSV(B)296.3º35.22%90.2%-
XYZ56.0843.2280.25-
YUV180.96155.68159.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 149 (58.59% from 255) = 24.67%
BLUE value IS 230 (90.23% from 255) = 38.08%
R=37.25%
G=24.67%
B=38.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251492300.020.3500.10296.361.8374.31
HexE195E62230A1283e4a
Octal34122534624301245076112
Binary11100001100101011110011010100011010101001010001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195E6; }

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

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

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

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

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

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

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

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