#EC9AEC

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

Shades of Plum #EC9AEC

Tints of Plum #EC9AEC

Color information

#EC9AEC (or 0xEC9AEC) is unknown color: approx Plum. HEX triplet: EC, 9A and EC. RGB value is (236,154,236). Sum of RGB (Red+Green+Blue) = 236+154+236=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC9AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AEC is #136513. Grayscale: #BBBBBB. Windows color (decimal): -1271060 or 15506156. OLE color: 15506156.

HSL color Cylindrical-coordinate representation of color #EC9AEC: hue angle of 300º 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 #EC9AEC is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236154236-
CMYK00.3500.07
HSL300º68.33%76.47%-
HSV(B)300º34.75%92.55%-
XYZ61.294785.2-
YUV187.87155.17162.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 154 (60.55% from 255) = 24.60%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=37.70%
G=24.60%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615423600.3500.0730068.3376.47
HexEC9AEC0230712c444c
Octal35423235404307454104114
Binary1110110010011010111011000100011011110010110010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AEC; }

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

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

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

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

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

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

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

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