#EC96E3

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

Shades of Plum #EC96E3

Tints of Plum #EC96E3

Color information

#EC96E3 (or 0xEC96E3) is unknown color: approx Plum. HEX triplet: EC, 96 and E3. RGB value is (236,150,227). Sum of RGB (Red+Green+Blue) = 236+150+227=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96E3 is #13691C. Grayscale: #B8B8B8. Windows color (decimal): -1272093 or 14915308. OLE color: 14915308.

HSL color Cylindrical-coordinate representation of color #EC96E3: hue angle of 306.28º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC96E3 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB236150227-
CMYK00.360.040.07
HSL306.28º69.35%75.69%-
HSV(B)306.28º36.44%92.55%-
XYZ59.3645.1978.27-
YUV184.49151.99164.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 150 (58.98% from 255) = 24.47%
BLUE value IS 227 (89.06% from 255) = 37.03%
R=38.50%
G=24.47%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615022700.360.040.07306.2869.3575.69
HexEC96E302447132454c
Octal35422634304447462105114
Binary111011001001011011100011010010010011110011001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96E3; }

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

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

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

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

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

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

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

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