#EC94FA

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

Shades of Violet #EC94FA

Tints of Violet #EC94FA

Color information

#EC94FA (or 0xEC94FA) is unknown color: approx Violet. HEX triplet: EC, 94 and FA. RGB value is (236,148,250). Sum of RGB (Red+Green+Blue) = 236+148+250=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 148 (58.20% from 255 or 23.34% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC94FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94FA is #136B05. Grayscale: #B9B9B9. Windows color (decimal): -1272582 or 16422124. OLE color: 16422124.

HSL color Cylindrical-coordinate representation of color #EC94FA: hue angle of 291.76º degrees, saturation: 0.91, 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 #EC94FA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236148250-
CMYK0.060.4100.02
HSL291.76º91.07%78.04%-
HSV(B)291.76º40.8%98.04%-
XYZ62.4445.9196.01-
YUV185.94164.15163.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 148 (58.20% from 255) = 23.34%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=37.22%
G=23.34%
B=39.43%

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
Decimal2361482500.060.4100.02291.7691.0778.04
HexEC94FA629021245b4e
Octal35422437265102444133116
Binary11101100100101001111101011010100101010010010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC94FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC94FA; }

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

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

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

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

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

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

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

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