#EC9BEA

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

Shades of Plum #EC9BEA

Tints of Plum #EC9BEA

Color information

#EC9BEA (or 0xEC9BEA) is unknown color: approx Plum. HEX triplet: EC, 9B and EA. RGB value is (236,155,234). Sum of RGB (Red+Green+Blue) = 236+155+234=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BEA is #136415. Grayscale: #BBBBBB. Windows color (decimal): -1270806 or 15375340. OLE color: 15375340.

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

Color convert

RGB236155234-
CMYK00.340.010.07
HSL301.48º68.07%76.67%-
HSV(B)301.48º34.32%92.55%-
XYZ61.1647.2283.73-
YUV188.22153.84162.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 155 (60.94% from 255) = 24.8%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=37.76%
G=24.8%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615523400.340.010.07301.4868.0776.67
HexEC9BEA0221712d444d
Octal35423335204217455104115
Binary1110110010011011111010100100010111110010110110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BEA; }

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

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

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

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

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

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

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

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