#EC94EF

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

Shades of Violet #EC94EF

Tints of Violet #EC94EF

Color information

#EC94EF (or 0xEC94EF) is unknown color: approx Violet. HEX triplet: EC, 94 and EF. RGB value is (236,148,239). Sum of RGB (Red+Green+Blue) = 236+148+239=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC94EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94EF is #136B10. Grayscale: #B8B8B8. Windows color (decimal): -1272593 or 15701228. OLE color: 15701228.

HSL color Cylindrical-coordinate representation of color #EC94EF: hue angle of 298.02º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC94EF is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236148239-
CMYK0.010.3800.06
HSL298.02º73.98%75.88%-
HSV(B)298.02º38.08%93.73%-
XYZ60.7645.2487.19-
YUV184.69158.65164.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 148 (58.20% from 255) = 23.76%
BLUE value IS 239 (93.75% from 255) = 38.36%
R=37.88%
G=23.76%
B=38.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361482390.010.3800.06298.0273.9875.88
HexEC94EF1260612a4a4c
Octal35422435714606452112114
Binary1110110010010100111011111100110011010010101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC94EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC94EF; }

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

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

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

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

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

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

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

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