#EC9CF1

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

Shades of Plum #EC9CF1

Tints of Plum #EC9CF1

Color information

#EC9CF1 (or 0xEC9CF1) is unknown color: approx Plum. HEX triplet: EC, 9C and F1. RGB value is (236,156,241). Sum of RGB (Red+Green+Blue) = 236+156+241=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 156 (61.33% from 255 or 24.64% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC9CF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CF1 is #13630E. Grayscale: #BDBDBD. Windows color (decimal): -1270543 or 15834348. OLE color: 15834348.

HSL color Cylindrical-coordinate representation of color #EC9CF1: hue angle of 296.47º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9CF1 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236156241-
CMYK0.020.3500.05
HSL296.47º75.22%77.84%-
HSV(B)296.47º35.27%94.51%-
XYZ62.3647.9689.19-
YUV189.61157161.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 156 (61.33% from 255) = 24.64%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=37.28%
G=24.64%
B=38.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361562410.020.3500.05296.4775.2277.84
HexEC9CF1223051284b4e
Octal35423436124305450113116
Binary11101100100111001111000110100011010110010100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CF1; }

 p { color: rgb(236,156,241); }

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

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

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

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

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

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

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