#EC94FB

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

Shades of Violet #EC94FB

Tints of Violet #EC94FB

Color information

#EC94FB (or 0xEC94FB) is unknown color: approx Violet. HEX triplet: EC, 94 and FB. RGB value is (236,148,251). Sum of RGB (Red+Green+Blue) = 236+148+251=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 148 (58.20% from 255 or 23.31% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC94FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94FB is #136B04. Grayscale: #B9B9B9. Windows color (decimal): -1272581 or 16487660. OLE color: 16487660.

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

Color convert

RGB236148251-
CMYK0.060.4100.02
HSL291.26º92.79%78.24%-
HSV(B)291.26º41.04%98.43%-
XYZ62.5945.9896.84-
YUV186.05164.65163.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 148 (58.20% from 255) = 23.31%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=37.17%
G=23.31%
B=39.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361482510.060.4100.02291.2692.7978.24
HexEC94FB629021235d4e
Octal35422437365102443135116
Binary11101100100101001111101111010100101010010001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC94FB; }

 p { color: rgb(236,148,251); }

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

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

 a { background-color: rgb(236,148,251); }

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

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

 span { border-color: rgb(236,148,251); }

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