#EC9AE3

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

Shades of Plum #EC9AE3

Tints of Plum #EC9AE3

Color information

#EC9AE3 (or 0xEC9AE3) is unknown color: approx Plum. HEX triplet: EC, 9A and E3. RGB value is (236,154,227). Sum of RGB (Red+Green+Blue) = 236+154+227=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AE3 is #13651C. Grayscale: #BABABA. Windows color (decimal): -1271069 or 14916332. OLE color: 14916332.

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

Color convert

RGB236154227-
CMYK00.350.040.07
HSL306.59º68.33%76.47%-
HSV(B)306.59º34.75%92.55%-
XYZ60.0146.4978.48-
YUV186.84150.67163.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 154 (60.55% from 255) = 24.96%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=38.25%
G=24.96%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615422700.350.040.07306.5968.3376.47
HexEC9AE302347133444c
Octal35423234304347463104114
Binary111011001001101011100011010001110011110011001110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AE3; }

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

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

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

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

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

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

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

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