#EB9EEE

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

Shades of Plum #EB9EEE

Tints of Plum #EB9EEE

Color information

#EB9EEE (or 0xEB9EEE) is unknown color: approx Plum. HEX triplet: EB, 9E and EE. RGB value is (235,158,238). Sum of RGB (Red+Green+Blue) = 235+158+238=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB9EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9EEE is #146111. Grayscale: #BDBDBD. Windows color (decimal): -1335570 or 15638251. OLE color: 15638251.

HSL color Cylindrical-coordinate representation of color #EB9EEE: hue angle of 297.75º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9EEE is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235158238-
CMYK0.010.3400.07
HSL297.75º70.18%77.65%-
HSV(B)297.75º33.61%93.33%-
XYZ61.9248.2986.95-
YUV190.14155.01160-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 158 (62.11% from 255) = 25.04%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=37.24%
G=25.04%
B=37.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351582380.010.3400.07297.7570.1877.65
HexEB9EEE1220712a464e
Octal35323635614207452106116
Binary1110101110011110111011101100010011110010101010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EEE; }

 p { color: rgb(235,158,238); }

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

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

 a { background-color: rgb(235,158,238); }

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

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

 span { border-color: rgb(235,158,238); }

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