#EC95FF

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

Shades of Violet #EC95FF

Tints of Violet #EC95FF

Color information

#EC95FF (or 0xEC95FF) is unknown color: approx Violet. HEX triplet: EC, 95 and FF. RGB value is (236,149,255). Sum of RGB (Red+Green+Blue) = 236+149+255=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 149 (58.59% from 255 or 23.28% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC95FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95FF is #136A00. Grayscale: #BABABA. Windows color (decimal): -1272321 or 16750060. OLE color: 16750060.

HSL color Cylindrical-coordinate representation of color #EC95FF: hue angle of 289.25º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC95FF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236149255-
CMYK0.070.4200
HSL289.25º100%79.22%-
HSV(B)289.25º41.57%100%-
XYZ63.3946.55100.25-
YUV187.1166.32162.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.88%
GREEN value IS 149 (58.59% from 255) = 23.28%
BLUE value IS 255 (100% from 255) = 39.84%
R=36.88%
G=23.28%
B=39.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361492550.070.4200289.2510079.22
HexEC95FF72A00121644f
Octal35422537775200441144117
Binary1110110010010101111111111111010100010010000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC95FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC95FF; }

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

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

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

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

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

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

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

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