#EC9AE9

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

Shades of Plum #EC9AE9

Tints of Plum #EC9AE9

Color information

#EC9AE9 (or 0xEC9AE9) is unknown color: approx Plum. HEX triplet: EC, 9A and E9. RGB value is (236,154,233). Sum of RGB (Red+Green+Blue) = 236+154+233=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 154 (60.55% from 255 or 24.72% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AE9 is #136516. Grayscale: #BBBBBB. Windows color (decimal): -1271063 or 15309548. OLE color: 15309548.

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

Color convert

RGB236154233-
CMYK00.350.010.07
HSL302.2º68.33%76.47%-
HSV(B)302.2º34.75%92.55%-
XYZ60.8646.8382.92-
YUV187.52153.67162.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 154 (60.55% from 255) = 24.72%
BLUE value IS 233 (91.41% from 255) = 37.40%
R=37.88%
G=24.72%
B=37.40%

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
Decimal23615423300.350.010.07302.268.3376.47
HexEC9AE90231712e444c
Octal35423235104317456104114
Binary1110110010011010111010010100011111110010111010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AE9; }

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

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

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

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

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

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

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

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