#ED9EEB

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

Shades of Plum #ED9EEB

Tints of Plum #ED9EEB

Color information

#ED9EEB (or 0xED9EEB) is unknown color: approx Plum. HEX triplet: ED, 9E and EB. RGB value is (237,158,235). Sum of RGB (Red+Green+Blue) = 237+158+235=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 158 (62.11% from 255 or 25.08% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EEB is #126114. Grayscale: #BEBEBE. Windows color (decimal): -1204501 or 15441645. OLE color: 15441645.

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

Color convert

RGB237158235-
CMYK00.330.010.07
HSL301.52º68.7%77.45%-
HSV(B)301.52º33.33%92.94%-
XYZ62.1548.4684.67-
YUV190.4153.17161.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 158 (62.11% from 255) = 25.08%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=37.62%
G=25.08%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715823500.330.010.07301.5268.777.45
HexED9EEB0211712e454d
Octal35523635304117456105115
Binary1110110110011110111010110100001111110010111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9EEB; }

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

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

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

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

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

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

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

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