#ED9BEA

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

Shades of Plum #ED9BEA

Tints of Plum #ED9BEA

Color information

#ED9BEA (or 0xED9BEA) is unknown color: approx Plum. HEX triplet: ED, 9B and EA. RGB value is (237,155,234). Sum of RGB (Red+Green+Blue) = 237+155+234=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9BEA is #126415. Grayscale: #BCBCBC. Windows color (decimal): -1205270 or 15375341. OLE color: 15375341.

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

Color convert

RGB237155234-
CMYK00.350.010.07
HSL302.2º69.49%76.86%-
HSV(B)302.2º34.6%92.94%-
XYZ61.547.3983.75-
YUV188.52153.67162.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 155 (60.94% from 255) = 24.76%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=37.86%
G=24.76%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715523400.350.010.07302.269.4976.86
HexED9BEA0231712e454d
Octal35523335204317456105115
Binary1110110110011011111010100100011111110010111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9BEA; }

 p { color: rgb(237,155,234); }

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

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

 a { background-color: rgb(237,155,234); }

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

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

 span { border-color: rgb(237,155,234); }

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