#EC97E3

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

Shades of Plum #EC97E3

Tints of Plum #EC97E3

Color information

#EC97E3 (or 0xEC97E3) is unknown color: approx Plum. HEX triplet: EC, 97 and E3. RGB value is (236,151,227). Sum of RGB (Red+Green+Blue) = 236+151+227=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 151 (59.38% from 255 or 24.59% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC97E3 is #13681C. Grayscale: #B8B8B8. Windows color (decimal): -1271837 or 14915564. OLE color: 14915564.

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

Color convert

RGB236151227-
CMYK00.360.040.07
HSL306.35º69.11%75.88%-
HSV(B)306.35º36.02%92.55%-
XYZ59.5245.5178.32-
YUV185.08151.66164.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 151 (59.38% from 255) = 24.59%
BLUE value IS 227 (89.06% from 255) = 36.97%
R=38.44%
G=24.59%
B=36.97%

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
Decimal23615122700.360.040.07306.3569.1175.88
HexEC97E302447132454c
Octal35422734304447462105114
Binary111011001001011111100011010010010011110011001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC97E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC97E3; }

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

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

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

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

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

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

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

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