#EB9EEA

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

Shades of Plum #EB9EEA

Tints of Plum #EB9EEA

Color information

#EB9EEA (or 0xEB9EEA) is unknown color: approx Plum. HEX triplet: EB, 9E and EA. RGB value is (235,158,234). Sum of RGB (Red+Green+Blue) = 235+158+234=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9EEA is #146115. Grayscale: #BDBDBD. Windows color (decimal): -1335574 or 15376107. OLE color: 15376107.

HSL color Cylindrical-coordinate representation of color #EB9EEA: hue angle of 300.78º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9EEA is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235158234-
CMYK00.330.000.08
HSL300.78º65.81%77.06%-
HSV(B)300.78º32.77%92.16%-
XYZ61.3448.0683.88-
YUV189.69153.01160.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 158 (62.11% from 255) = 25.20%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=37.48%
G=25.20%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515823400.330.000.08300.7865.8177.06
HexEB9EEA0210812d424d
Octal353236352041010455102115
Binary11101011100111101110101001000010100010010110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EEA; }

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

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

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

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

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

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

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

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