#EC9AEA

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

Shades of Plum #EC9AEA

Tints of Plum #EC9AEA

Color information

#EC9AEA (or 0xEC9AEA) is unknown color: approx Plum. HEX triplet: EC, 9A and EA. RGB value is (236,154,234). Sum of RGB (Red+Green+Blue) = 236+154+234=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 154 (60.55% from 255 or 24.68% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AEA is #136515. Grayscale: #BBBBBB. Windows color (decimal): -1271062 or 15375084. OLE color: 15375084.

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

Color convert

RGB236154234-
CMYK00.350.010.07
HSL301.46º68.33%76.47%-
HSV(B)301.46º34.75%92.55%-
XYZ6146.8883.68-
YUV187.64154.17162.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.82%
GREEN value IS 154 (60.55% from 255) = 24.68%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=37.82%
G=24.68%
B=37.5%

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
Decimal23615423400.350.010.07301.4668.3376.47
HexEC9AEA0231712d444c
Octal35423235204317455104114
Binary1110110010011010111010100100011111110010110110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AEA; }

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

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

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

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

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

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

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

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