#EC9EEA

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

Shades of Plum #EC9EEA

Tints of Plum #EC9EEA

Color information

#EC9EEA (or 0xEC9EEA) is unknown color: approx Plum. HEX triplet: EC, 9E and EA. RGB value is (236,158,234). Sum of RGB (Red+Green+Blue) = 236+158+234=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EEA is #136115. Grayscale: #BDBDBD. Windows color (decimal): -1270038 or 15376108. OLE color: 15376108.

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

Color convert

RGB236158234-
CMYK00.330.010.07
HSL301.54º67.24%77.25%-
HSV(B)301.54º33.05%92.55%-
XYZ61.6748.2383.9-
YUV189.99152.84160.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.58%
GREEN value IS 158 (62.11% from 255) = 25.16%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=37.58%
G=25.16%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615823400.330.010.07301.5467.2477.25
HexEC9EEA0211712e434d
Octal35423635204117456103115
Binary1110110010011110111010100100001111110010111010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9EEA; }

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

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

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

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

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

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

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

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