#EC95F3

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

Shades of Violet #EC95F3

Tints of Violet #EC95F3

Color information

#EC95F3 (or 0xEC95F3) is unknown color: approx Violet. HEX triplet: EC, 95 and F3. RGB value is (236,149,243). Sum of RGB (Red+Green+Blue) = 236+149+243=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 149 (58.59% from 255 or 23.73% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC95F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95F3 is #136A0C. Grayscale: #B9B9B9. Windows color (decimal): -1272333 or 15963628. OLE color: 15963628.

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

Color convert

RGB236149243-
CMYK0.030.3900.05
HSL295.53º79.66%76.86%-
HSV(B)295.53º38.68%95.29%-
XYZ61.5245.890.39-
YUV185.73160.32163.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.58%
GREEN value IS 149 (58.59% from 255) = 23.73%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=37.58%
G=23.73%
B=38.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361492430.030.3900.05295.5379.6676.86
HexEC95F332705128504d
Octal35422536334705450120115
Binary11101100100101011111001111100111010110010100010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC95F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC95F3; }

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

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

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

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

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

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

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

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