#EC97F9

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

Shades of Violet #EC97F9

Tints of Violet #EC97F9

Color information

#EC97F9 (or 0xEC97F9) is unknown color: approx Violet. HEX triplet: EC, 97 and F9. RGB value is (236,151,249). Sum of RGB (Red+Green+Blue) = 236+151+249=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 151 (59.38% from 255 or 23.74% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC97F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC97F9 is #136806. Grayscale: #BBBBBB. Windows color (decimal): -1271815 or 16357356. OLE color: 16357356.

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

Color convert

RGB236151249-
CMYK0.050.3900.02
HSL292.04º89.09%78.43%-
HSV(B)292.04º39.36%97.65%-
XYZ62.7646.8195.35-
YUV187.59162.66162.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.11%
GREEN value IS 151 (59.38% from 255) = 23.74%
BLUE value IS 249 (97.66% from 255) = 39.15%
R=37.11%
G=23.74%
B=39.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361512490.050.3900.02292.0489.0978.43
HexEC97F952702124594e
Octal35422737154702444131116
Binary11101100100101111111100110110011101010010010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC97F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC97F9; }

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

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

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

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

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

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

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

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