#EC97F3

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

Shades of Violet #EC97F3

Tints of Violet #EC97F3

Color information

#EC97F3 (or 0xEC97F3) is unknown color: approx Violet. HEX triplet: EC, 97 and F3. RGB value is (236,151,243). Sum of RGB (Red+Green+Blue) = 236+151+243=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 151 (59.38% from 255 or 23.97% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC97F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC97F3 is #13680C. Grayscale: #BABABA. Windows color (decimal): -1271821 or 15964140. OLE color: 15964140.

HSL color Cylindrical-coordinate representation of color #EC97F3: hue angle of 295.43º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC97F3 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236151243-
CMYK0.030.3800.05
HSL295.43º79.31%77.25%-
HSV(B)295.43º37.86%95.29%-
XYZ61.8446.4490.5-
YUV186.9159.66163.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 151 (59.38% from 255) = 23.97%
BLUE value IS 243 (95.31% from 255) = 38.57%
R=37.46%
G=23.97%
B=38.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361512430.030.3800.05295.4379.3177.25
HexEC97F3326051274f4d
Octal35422736334605447117115
Binary11101100100101111111001111100110010110010011110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC97F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC97F3; }

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

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

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

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

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

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

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

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